forked from TrueCloudLab/neoneo-go
7 lines
78 B
Go
7 lines
78 B
Go
|
package foo
|
||
|
|
||
|
// NewBar return an integer \o/
|
||
|
func NewBar() int {
|
||
|
return 10
|
||
|
}
|