Explorar o código

d02 Минус детектор гонки

SVI %!s(int64=2) %!d(string=hai) anos
pai
achega
2f187fa853
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -20,7 +20,7 @@ runner.build:
 serv.run:
 	clear
 	go fmt ./...
-	go build -race -o ./bin/dev_serv ./cmd/server/main.go
+	go build -o ./bin/dev_serv ./cmd/server/main.go
 	./dev_serv.sh
 test.run:
 	clear