gtslib/generate.go
decentral1se e4ade9c758
All checks were successful
continuous-integration/drone/push Build is passing
feat: init
2024-07-31 22:47:18 +02:00

9 lines
330 B
Go

package main
//go:generate go run github.com/go-swagger/go-swagger/cmd/swagger generate client --spec https://raw.githubusercontent.com/superseriousbusiness/gotosocial/main/docs/api/swagger.yaml
func main() {
// NOTE(d1): to avoid strange build error
// runtime.main_main·f: function main is undeclared in the main package
}