From 91ea68e3184f7727ede5960780eadce1fd7fee53 Mon Sep 17 00:00:00 2001 From: Alexey Palazhchenko Date: Wed, 29 Dec 2021 19:20:47 +0300 Subject: [PATCH] Remove duplicate package description. (#30) To prevent it from appearing twice on https://pkg.go.dev/github.com/sethvargo/go-githubactions --- options.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/options.go b/options.go index b68c0f0..6a6013f 100644 --- a/options.go +++ b/options.go @@ -12,9 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -// Package githubactions provides an SDK for authoring GitHub Actions in Go. It -// has no external dependencies and provides a Go-like interface for interacting -// with GitHub Actions' build system. package githubactions import (