An open API service indexing awesome lists of open source software.

https://github.com/helloworldlglg/gostudyblog


https://github.com/helloworldlglg/gostudyblog

beego go golang

Last synced: 7 months ago
JSON representation

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
```