diff --git a/README.md b/README.md index 552025f..2dfe12b 100644 --- a/README.md +++ b/README.md @@ -159,5 +159,3 @@ Apache 2.0 license [Zine El Abidine Moualhi](https://www.linkedin.com/in/zinemou Thanks to [@Simplifi-ED](https://www.simplified.fr) & @IT Challenge in letting me work on this open source side project and to my mentor [@EtienneDeneuve](https://github.com/EtienneDeneuve) for the help with learning Go lang. IT Challenge - - diff --git a/makefile b/makefile deleted file mode 100644 index ac9cee4..0000000 --- a/makefile +++ /dev/null @@ -1,4 +0,0 @@ - -update-pkg-cache: - GOPROXY=https://proxy.golang.org GO111MODULE=on \ - go get github.com/$(USER)/$(PACKAGE)@v$(VERSION) \ No newline at end of file