1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-01 22:09:57 +02:00

Drop GO111MODULE environment variable (#359)

This commit is contained in:
ferhat elmas 2019-11-28 01:29:56 +01:00 committed by rghetia
parent e6d725626d
commit 921ea03c0d

View File

@ -1,5 +1,3 @@
export GO111MODULE=on
EXAMPLES := $(shell ./get_main_pkgs.sh ./example)
# All source code and documents. Used in spell check.