example:进行示例项目

时间:2024-04-25 18:44:30
【文件属性】:

文件名称:example:进行示例项目

文件大小:80KB

文件格式:ZIP

更新时间:2024-04-25 18:44:30

Go

进行示例项目 该存储库包含演示语言,标准库和工具的Go程序和库的集合。 例子 ( )和 ( ) go get github.com/golang/example/hello 一个使用stringutil程序包的琐碎的“ Hello,world”程序。 命令涵盖: 可执行命令的基本形式 导入软件包(从标准库和本地存储库) 打印字符串( ) 库涵盖: 图书馆的基本形式 字符串和[]符文之间的转换 表驱动的单元测试() ( ) go get github.com/golang/example/outyet 回答以下问题的Web服务器:“ 1.x退出了吗?” 涵盖的主题: 命令行标志( ) Web服务器( ) HTML模板( ) 记录() 长时间运行的后台进程 同步goroutine之间的数据访问( ) 导出服务器状态以进行监视( ) 单元和集成测试


【文件预览】:
example-master
----stringutil()
--------reverse_test.go(888B)
--------reverse.go(883B)
----LICENSE(11KB)
----appengine-hello()
--------app.go(1KB)
--------app.yaml(887B)
--------static()
--------README.md(432B)
----hello()
--------hello.go(701B)
----outyet()
--------main_test.go(2KB)
--------Dockerfile(32B)
--------main.go(3KB)
--------containers.yaml(130B)
----go.sum(2KB)
----README.md(3KB)
----gotypes()
--------hugeparam()
--------typeandvalue()
--------skeleton()
--------go-types.md(63KB)
--------hello()
--------implements()
--------pkginfo()
--------doc()
--------defsuses()
--------Makefile(318B)
--------lookup()
--------README.md(76KB)
--------nilfunc()
--------weave.go(4KB)
----template()
--------image.tmpl(162B)
--------index.tmpl(703B)
--------main.go(3KB)
----go.mod(100B)

网友评论