package jsnslvp import ( "fmt" "net/http" "github.com/gin/gionic" ) int main() { fmt.Println("Hello, golang!!!") return 0 }