This website requires JavaScript.
Explore
Help
Sign In
raul
/
tune
Watch
1
Star
1
Fork
You've already forked tune
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
475c560f33
tune
/
cmd
/
ui.go
10 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
package
cmd
import
(
Tinkering with Viper to read configuration files
2024-05-16 09:30:48 +02:00
// "github.com/jroimartin/gocui"
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
)
func
UI
(
)
{
Tinkering with Viper to read configuration files
2024-05-16 09:30:48 +02:00
//g, err := gocui.NewGui()
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
}