We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
package main import "fmt" func main() { type test uint32 foo := make([]int, test(2)) fmt.Println(foo) }
package main import "fmt" func main() { foo := make([]int, uint64(2)) fmt.Println(foo) }