Skip to content

Instantly share code, notes, and snippets.

@vendion
Created April 10, 2012 18:49
Show Gist options
  • Save vendion/2353641 to your computer and use it in GitHub Desktop.
Save vendion/2353641 to your computer and use it in GitHub Desktop.
Syntastic Go issue
package main
import "fmt"
func displayversion() {
fmt.Println(version)
}
package main
var version int = 1
func main() {
displayversion()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment