mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 06:36:43 +08:00
8 lines
116 B
Go
8 lines
116 B
Go
package pack1
|
|
|
|
var Pack1Int int = 42
|
|
var pack1Float = 3.14
|
|
|
|
func ReturnStr() string {
|
|
return "Hello main!"
|
|
} |