go 入门

1、新公司,开始使用Go了

    package main
    
    import (
        "fmt"
    )
    func main() {
        fmt.Println("Hello World");
    }

                                                    2019/7/2
posted @ 2019-07-02 19:36  shark_cf  阅读(121)  评论(0编辑  收藏  举报