Browse Source

Makefile修改 4个空格 --> tab

SliverHorn 4 years ago
parent
commit
7f0f15e97f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      server/Makefile

+ 1 - 1
server/Makefile

@@ -7,7 +7,7 @@ all: check gva initdb run
 
 gva:
 	go env -w GO111MODULE=on
-    go env -w GOPROXY=https://goproxy.io,direct
+	go env -w GOPROXY=https://goproxy.io,direct
 	go build -o ${GVA} cmd/main.go
 
 initdb: