8 lines
65 B
Go
8 lines
65 B
Go
package cmd
|
|
|
|
import "fmt"
|
|
|
|
func fooBar() {
|
|
fmt.Println("foo")
|
|
}
|