15 lines
112 B
Go

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