package provider import "fmt" func Sample() { fmt.Println("Hello from Provider") }