commit | d662caace2d8387a7b031f5ec2380b68e5ef88eb | [log] [tgz] |
---|---|---|
author | David Brown <david.brown@linaro.org> | Thu Sep 10 21:59:49 2020 -0600 |
committer | David Brown <davidb@davidb.org> | Thu Sep 17 16:49:09 2020 -0600 |
tree | f518a2bba3f17489adc3d9b2cabe00a95e8c9b9e | |
parent | 03d96ad1f6dd77d47ffca72ade9377acb8559115 [diff] [blame] |
go: Create a go.mod at the top This module file tells the Go tools the URL space where this project lives. This allows code within the project to refer to these files by URL. Signed-off-by: David Brown <david.brown@linaro.org>
diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..bdb354f --- /dev/null +++ b/go.mod
@@ -0,0 +1,3 @@ +module github.com/JuulLabs-OSS/mcuboot + +go 1.14