https://github.com/helloworldlglg/gostudyblog
https://github.com/helloworldlglg/gostudyblog
beego go golang
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/helloworldlglg/gostudyblog
- Owner: helloworldlglg
- Created: 2020-04-09T11:59:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T02:00:03.000Z (over 5 years ago)
- Last Synced: 2025-03-28T21:47:07.725Z (7 months ago)
- Topics: beego, go, golang
- Language: Smarty
- Size: 670 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blog
## ps
```powershell
$env:GO111MODULE="on"
$env:GOPROXY="https://goproxy.cn/,direct"
```## cmd
```cmd
set GO111MODULE=on
set GOPROXY=https://goproxy.cn/,direct
```## linux
```shell
export GO111MODULE=on
export GOPROXY=https://goproxy.cn/,direct
```## add vendor
```shell
go mod vendor
```