|
|
|
|
|
by NateDad
4413 days ago
|
|
Arg, stupid phone. Should say: The Go package name can be different than the name of the directory in which the package resides (although this is strongly discouraged). The directory may certainly contain hyphens, but the package name - the thing you see in the Go package foo
statement - cannot contain hyphens... that's the actual package name, which can only contain unicode alpha-numerics. |
|