Are Go flags typed?

Run Settings
LanguageGo
Language Version
Run Command
package main import ( "flag" "fmt" "reflect" ) func main() { // Click on the Gopher next to the "main.go" tab to change the run command a := flag.Int("a", 1234, "") flag.Parse() fmt.Println(reflect.TypeOf(a)) }
Editor Settings
Theme
Key bindings
Full width
Lines