Explorar el Código

Create README.MD

MoeClub hace 3 años
padre
commit
a451213e0b
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      SpeedTest/README.MD

+ 5 - 0
SpeedTest/README.MD

@@ -0,0 +1,5 @@
+# build
+```
+go build -ldflags "-w -s" -trimpath -o speedtest main.go
+
+```