diff options
| -rw-r--r-- | network/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/network/doc.go b/network/doc.go new file mode 100644 index 00000000..40ec0697 --- /dev/null +++ b/network/doc.go @@ -0,0 +1,2 @@ +// Package network encapsulates network-oriented git operations. +package network |
