package main import ( "fmt" "log" "./swagger" ) func main() { fmt.Println("hello world") }