mirror of
https://github.com/nspcc-dev/neo-go.git
synced 2024-11-27 13:58:05 +00:00
7 lines
78 B
Go
7 lines
78 B
Go
|
package foo
|
||
|
|
||
|
// NewBar return an integer \o/
|
||
|
func NewBar() int {
|
||
|
return 10
|
||
|
}
|