Skip to content

Instantly share code, notes, and snippets.

@ryochack
Created April 16, 2013 14:50
Show Gist options
  • Save ryochack/5396545 to your computer and use it in GitHub Desktop.
Save ryochack/5396545 to your computer and use it in GitHub Desktop.
package main
func main() {
const carray = [...]int{1,2,3,4,5}
}
@ryochack
Copy link
Author

compile error.
"const initializer must be constant"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment