6 lines
42 B
Go
6 lines
42 B
Go
|
|
package foo
|
||
|
|
|
||
|
|
func Foo() int {
|
||
|
|
return 1
|
||
|
|
}
|