Skip to content

Instantly share code, notes, and snippets.

@abursavich
Last active August 29, 2015 14:06
Show Gist options
  • Save abursavich/d4f239b398da7eeeb516 to your computer and use it in GitHub Desktop.
Save abursavich/d4f239b398da7eeeb516 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
fmt.Println(hello)
}
package main
const hello = "Hello, multi-file gist"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment