package main import ( "fmt" "softbox.local/core" ) func main() { fmt.Println(core.ProductName) }