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