From 2ef9d6a10e40c34a186cc6f1a081e9210169656b Mon Sep 17 00:00:00 2001 From: Sung Yoon Whang Date: Tue, 9 May 2023 11:29:37 -0700 Subject: 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 --- README.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3