Run ❯
Get your
own
website
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") func main() { var x int8 = 1000 fmt.Printf("Type: %T, value: %v", x, x) }
# _/home/8TXPPP ./prog.go:5:7: constant 1000 overflows int8