This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
toor
/
learn
Urmărește
1
Stea
0
Bifurcare
0
Fisiere
Probleme
0
Trageți solicitările
0
Wiki
Arbore:
7f592c34e1
Ramuri
Etichete
main
learn
/
golang-learn
/
base
/
02-package_import
/
main.go
main.go
86 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
package main
import (
"package_import/quote"
)
func main() {
quote.PrintQuote()
}