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
/
main.go
12 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
Bootstrap files
2024-05-16 08:58:32 +02:00
/
*
Copyright
©
2024
raul
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
*
/
Bootstrap files
2024-05-16 08:58:32 +02:00
package
main
import
"tune/cmd"
func
main
(
)
{
cmd
.
Execute
(
)
}