8 lines
78 B
Go
8 lines
78 B
Go
package provider
|
|
|
|
import "fmt"
|
|
|
|
func Foo() {
|
|
fmt.Println("Hello from Foo")
|
|
}
|