Skip to content

Instantly share code, notes, and snippets.

@ankur22
Last active April 24, 2021 11:16
Show Gist options
  • Save ankur22/92dff18ab15261cba090d637a952381d to your computer and use it in GitHub Desktop.
Save ankur22/92dff18ab15261cba090d637a952381d to your computer and use it in GitHub Desktop.
Hello world for rest service in go
package main
import "fmt"
func main() {
fmt.Println("Hello World")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment