aboutsummaryrefslogtreecommitdiffstats
path: root/go.mod
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-07-21 13:02:56 -0700
committerDan Willemsen <dwillemsen@google.com>2018-07-21 13:02:56 -0700
commit44d336bdb32a47c89346ae6d4d73a1b2f50ef040 (patch)
tree0dac0bc126eb73daacac694218e74065b6d8e9b3 /go.mod
parent46d107079899e5bce313f1739b23c20422e5265a (diff)
downloadplatform_build_blueprint-44d336bdb32a47c89346ae6d4d73a1b2f50ef040.tar.gz
platform_build_blueprint-44d336bdb32a47c89346ae6d4d73a1b2f50ef040.tar.bz2
platform_build_blueprint-44d336bdb32a47c89346ae6d4d73a1b2f50ef040.zip
Add go.mod for go1.11 module support
This allows using the various go commands without a GOPATH. Change-Id: I428ad3a4e884b68615e6e73168c5a844bad7c4d4
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..933cd12
--- /dev/null
+++ b/go.mod
@@ -0,0 +1 @@
+module github.com/google/blueprint