Skip to content

Instantly share code, notes, and snippets.

@bolilla
Created June 29, 2014 17:42
Show Gist options
  • Save bolilla/42fd15ed02ac25f1484a to your computer and use it in GitHub Desktop.
Save bolilla/42fd15ed02ac25f1484a to your computer and use it in GitHub Desktop.
GoPadawan OO Tipo
package main
import "fmt"
type nuevoEntero int
func main() {
var varEntera nuevoEntero = 42
fmt.Println("La respuesta es", varEntera)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment