Skip to content

Instantly share code, notes, and snippets.

@bam6o0
Created July 29, 2017 07:35
Show Gist options
  • Save bam6o0/ab92d4e820fbbbe1e5b0a6023ad43d86 to your computer and use it in GitHub Desktop.
Save bam6o0/ab92d4e820fbbbe1e5b0a6023ad43d86 to your computer and use it in GitHub Desktop.
package main
import "fmt"
func main() {
var i int = 12345
var i64 int64 = int64(i)
fmt.Println(i64)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment