Last active
December 16, 2019 11:04
-
-
Save jjuliano/3e340190c0b7902a8dce827375b36999 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var array [3]string | |
array = [3]string{"string", 1, uuid.New()} | |
// Error | |
println(array) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment