Better godoc badge

This commit is contained in:
Eyal Posener 2020-04-10 10:35:21 +03:00
parent a40e86b7ee
commit 95737120ac
2 changed files with 4 additions and 2 deletions

View File

@ -10,9 +10,11 @@ jobs:
- name: Check out repository
uses: actions/checkout@v2
- name: Update readme according to Go doc
uses: posener/goreadme@v1.2.6
uses: posener/goreadme@v1.2.7
with:
import-path: 'github.com/posener/complete/v2' # Fix import path to point on v2.
recursive: 'true'
badge-godoc: 'true'
badge-travisci: 'true'
badge-codecov: 'true'
github-token: '${{ secrets.GITHUB_TOKEN }}'

2
doc.go
View File

@ -15,7 +15,7 @@ This package provides:
* Enables an easy way to install/uninstall the completion of the command.
The library and tools are extensible such that any program can add its one logic, completion types
or methologies. See the (documentation) https://pkg.go.dev/github.com/posener/complete/v2?tab=doc.
or methologies.
Go Command Bash Completion