diff options
| author | Dan Willemsen <dwillemsen@google.com> | 2018-07-21 13:02:56 -0700 |
|---|---|---|
| committer | Dan Willemsen <dwillemsen@google.com> | 2018-07-21 13:02:56 -0700 |
| commit | 44d336bdb32a47c89346ae6d4d73a1b2f50ef040 (patch) | |
| tree | 0dac0bc126eb73daacac694218e74065b6d8e9b3 /go.mod | |
| parent | 46d107079899e5bce313f1739b23c20422e5265a (diff) | |
| download | platform_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.mod | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -0,0 +1 @@ +module github.com/google/blueprint |
