mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-25 23:42:23 +00:00
ec58bec803
There can be no global variables, but some global constants.
Introduced in 0b44a430
.
4 lines
85 B
Go
4 lines
85 B
Go
package constonly
|
|
|
|
// Answer is the only thing you will ever need.
|
|
const Answer = 42
|