package main import ( "package_import/quote" ) func main() { quote.PrintQuote() }