aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Sung Yoon Whang <sungyoon@uber.com> 2023-05-09 11:29:37 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-09 11:29:37 -0700
commit2ef9d6a10e40c34a186cc6f1a081e9210169656b (patch)
treee504345a626ebc5bfc3e08854907d7382fd1cd19 /README.md
parenteda20020c3391cf0a9aed04af1c349afbac66f90 (diff)
downloadsally-2ef9d6a10e40c34a186cc6f1a081e9210169656b.tar.gz
sally-2ef9d6a10e40c34a186cc6f1a081e9210169656b.tar.zst
sally-2ef9d6a10e40c34a186cc6f1a081e9210169656b.zip
Remove branch from PackageConfig struct (#93)
* Remove branch from PackageConfig struct With #92, branch is no longer necessary from PackageConfig struct since go-source tag was removed. This removes Branch field from PackageConfig. * update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index 125cd19..77fcadf 100644
--- a/README.md
+++ b/README.md
@@ -47,11 +47,6 @@ packages:
# This field is required.
repo: github.com/uber-go/zap
- # Branch of the Git repository that you're linking to.
- #
- # Defaults to "master".
- branch: master
-
# Optional description of the package.
description: A fast, structured-logging library.