8 lines
86 B
Go
8 lines
86 B
Go
package provider
|
|
|
|
import "fmt"
|
|
|
|
func Sample() {
|
|
fmt.Println("Hello from Provider")
|
|
}
|