diff options
author | 2023-05-09 11:29:37 -0700 | |
---|---|---|
committer | 2023-05-09 11:29:37 -0700 | |
commit | 2ef9d6a10e40c34a186cc6f1a081e9210169656b (patch) | |
tree | e504345a626ebc5bfc3e08854907d7382fd1cd19 /README.md | |
parent | eda20020c3391cf0a9aed04af1c349afbac66f90 (diff) | |
download | sally-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.md | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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. |