Skip to content

Instantly share code, notes, and snippets.

@100daysofdevops
Created October 3, 2019 00:18
Show Gist options
  • Select an option

  • Save 100daysofdevops/f44fb5124662f899de4f2be86538e477 to your computer and use it in GitHub Desktop.

Select an option

Save 100daysofdevops/f44fb5124662f899de4f2be86538e477 to your computer and use it in GitHub Desktop.
package main
import "fmt"
const x = iota
func main() {
fmt.Println(x)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment