mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 13:18:01 +08:00
10 lines
107 B
Go
10 lines
107 B
Go
package main
|
||
|
||
import (
|
||
"fmt"
|
||
)
|
||
|
||
func main() {
|
||
fmt.Println("我要加入gf框架开发团队!")
|
||
}
|