Browse Source

fasthttp: fixed GOPATH in setup.bat

Aliaksandr Valialkin 10 years ago
parent
commit
c5ff60056b
1 changed files with 2 additions and 2 deletions
  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