Skip to content

Instantly share code, notes, and snippets.

@hectorgool
Created July 13, 2017 15:46
Show Gist options
  • Select an option

  • Save hectorgool/f274a2220f032c3d64f5b444a47ca4dd to your computer and use it in GitHub Desktop.

Select an option

Save hectorgool/f274a2220f032c3d64f5b444a47ca4dd to your computer and use it in GitHub Desktop.
Plantilla para programas en go
package main
import (
"fmt"
)
func main() {
fmt.Println("")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment