Goal - 快速开始

要求 - requirements

  • go 1.17+
  • make (可选)

下载 - download

$ git clone https://github.com/goal-web/goal && cd goal

启动 - start

$ make run
# or
$ go mod tidy && go run main.go run

goal 程序编译后运行方式是 ./goal run ,run 只是一个定义好的 goal cli 命令

访问 - visit

$ curl localhost:8008

hello, goal.

This article was updated on 三月 9, 2022