All checks were successful
continuous-integration/drone/push Build is passing
9 lines
330 B
Go
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
|
|
}
|