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
4b17a74965
tune
/
cmd
/
tune.go
13 lines
97 B
Go
Raw
Normal View
History
Unescape
Escape
Bootstrap files
2024-05-16 08:58:32 +02:00
package
cmd
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
import
(
"fmt"
"github.com/ebitengine/oto/v3"
)
Bootstrap files
2024-05-16 08:58:32 +02:00
func
tune
(
)
{
Add Viper and skeleton files
2024-05-16 09:13:02 +02:00
fmt
.
Println
(
)
Bootstrap files
2024-05-16 08:58:32 +02:00
}