瀏覽代碼

fasthttp: fixed GOPATH in setup.bat

Aliaksandr Valialkin 10 年之前
父節點
當前提交
c5ff60056b
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frameworks/Go/fasthttp/setup.bat

+ 2 - 2
frameworks/Go/fasthttp/setup.bat

@@ -1,2 +1,2 @@
-set GOPATH=C:\FrameworkBenchmarks\go
-go run src\hello\hello.go
+set GOPATH=C:\FrameworkBenchmarks\Go\fasthttp
+go run src\hello\hello.go