From 76debb1899c10ac69356497d543f854c6a5dfa9f Mon Sep 17 00:00:00 2001 From: Acmefocus <37472851+Acmefocus@users.noreply.github.com> Date: Thu, 9 Jul 2020 17:18:01 +0800 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3b414c6f..aacd237e 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,15 @@ It is inspired by Tornado, Sinatra and Flask. beego has some Go-specific feature go get github.com/astaxie/beego +#### Create hello directory + + sudo mkdir hello + cd hello + +#### Init module + + go mod init + #### Create file `hello.go` ```go package main