文件名称:go-getting-started
文件大小:105KB
文件格式:ZIP
更新时间:2024-04-20 17:06:07
Dockerfile
开始上手 准系统Go应用程序,可以轻松将其部署到Heroku。 此应用程序支持“ 文-签出。 本地运行 确保已安装版本1.12或更高版本,并且已安装 。 $ git clone https://github.com/heroku/go-getting-started.git $ cd go-getting-started $ go build -o bin/go-getting-started -v . # or `go build -o bin/go-getting-started.exe -v .` in git bash github.com/mattn/go-colorable gopkg.in/bluesuncorp/validator.v5 golang.org/x/net/context github.com/heroku/x/hmetrics github.com/gi
【文件预览】:
go-getting-started-main
----Dockerfile(542B)
----.gitignore(24B)
----main.go(466B)
----README.md(1KB)
----heroku.yml(164B)
----.env(10B)
----Procfile(28B)
----static()
--------lang-logo.png(2KB)
--------main.css(620B)
----go.mod(579B)
----.gitattributes(213B)
----vendor()
--------modules.txt(711B)
--------gopkg.in()
--------github.com()
--------golang.org()
----app.json(302B)
----go.sum(2KB)
----templates()
--------header.tmpl.html(444B)
--------nav.tmpl.html(2KB)
--------index.tmpl.html(4KB)
----Makefile(349B)