Skip to content

Instantly share code, notes, and snippets.

@hi-manshu
Created June 26, 2018 20:44
Show Gist options
  • Save hi-manshu/2fb023916790358ef3e24e0e7b69146e to your computer and use it in GitHub Desktop.
Save hi-manshu/2fb023916790358ef3e24e0e7b69146e to your computer and use it in GitHub Desktop.
import(
"fmt"
)
const(
variableName1 = 100
variableName2 = 3.1415
variableName3 = "Go_"
)
var(
variableName4 int
variableName5 float32
variableName6 string
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment