diff options
Diffstat (limited to '.gorestrict')
| -rw-r--r-- | .gorestrict | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.gorestrict b/.gorestrict new file mode 100644 index 0000000..feb4446 --- /dev/null +++ b/.gorestrict @@ -0,0 +1,5 @@ +# prevents this package from being published +# with any other GO dependancies + +google.golang.org/protobuf +github.com/google/go-cmp |
