Prechádzať zdrojové kódy

Enable modules if possible

Emrecan BATI 6 rokov pred
rodič
commit
3a10ae6555
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -1,3 +1,5 @@
+export GO111MODULE=on
+
 default: fmt vet errcheck test
 
 # Taken from https://github.com/codecov/example-go#caveat-multiple-files