update others

This commit is contained in:
Tnze
2023-06-26 21:15:04 +08:00
parent c797408a81
commit af0da5bf01
2 changed files with 2 additions and 1 deletions

View File

@ -42,6 +42,7 @@ type Sound struct {
} }
//go:generate go run $GOFILE //go:generate go run $GOFILE
//go:generate go fmt soundid.go
func main() { func main() {
fmt.Println("generating soundid.go") fmt.Println("generating soundid.go")
sounds, err := downloadSoundInfo() sounds, err := downloadSoundInfo()