mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-03 00:43:46 +00:00
fixed spacing issue
This commit is contained in:
@@ -2,14 +2,14 @@ package main
|
||||
|
||||
import (
|
||||
sw "./go"
|
||||
"log"
|
||||
"net/http"
|
||||
"log"
|
||||
"net/http"
|
||||
)
|
||||
|
||||
func main() {
|
||||
log.Printf("Server started")
|
||||
|
||||
router := sw.NewRouter()
|
||||
|
||||
log.Fatal(http.ListenAndServe(":8080", router))
|
||||
router := sw.NewRouter()
|
||||
|
||||
log.Fatal(http.ListenAndServe(":8080", router))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user