From 3beba15d7f7cf0bb4bca1409381358824b260367 Mon Sep 17 00:00:00 2001 From: Joe Tsai Date: Wed, 1 Aug 2018 13:46:01 -0700 Subject: [PATCH] go.mod: initialize Go module As a placeholder import path, use "google.golang.org/proto". This is not a statement about the final import path for the repository. Since we reserve the right to make breaking changes, we can change this import path prior to release. We simply need some import path (could be anything) so that the sub-packages can import each other. Change-Id: If80108438c7569c23326fd699dee3ffb582ef852 Reviewed-on: https://go-review.googlesource.com/127340 Reviewed-by: Damien Neil --- go.mod | 1 + 1 file changed, 1 insertion(+) create mode 100644 go.mod diff --git a/go.mod b/go.mod new file mode 100644 index 00000000..9aa5cf43 --- /dev/null +++ b/go.mod @@ -0,0 +1 @@ +module google.golang.org/proto