mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-24 17:50:53 +00:00
15 lines
112 B
Go
15 lines
112 B
Go
package main
|
|
|
|
|
|
import (
|
|
"fmt"
|
|
"log"
|
|
"./swagger"
|
|
)
|
|
|
|
func main() {
|
|
|
|
|
|
fmt.Println("hello world")
|
|
}
|