doc: update links to pkg.go.dev

This commit is contained in:
Roi Martin 2021-08-14 19:11:29 +02:00
parent 0214e0e872
commit de100503e6
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# GOCUI - Go Console User Interface # GOCUI - Go Console User Interface
[![GoDoc](https://godoc.org/github.com/jroimartin/gocui?status.svg)](https://godoc.org/github.com/jroimartin/gocui) [![Go Reference](https://pkg.go.dev/badge/github.com/jroimartin/gocui.svg)](https://pkg.go.dev/github.com/jroimartin/gocui)
Minimalist Go package aimed at creating Console User Interfaces. Minimalist Go package aimed at creating Console User Interfaces.
@ -32,8 +32,8 @@ Execute:
$ go doc github.com/jroimartin/gocui $ go doc github.com/jroimartin/gocui
``` ```
Or visit [godoc.org](https://godoc.org/github.com/jroimartin/gocui) to read it Or visit [pkg.go.dev](https://pkg.go.dev/github.com/jroimartin/gocui) to read
online. it online.
## Example ## Example