Update documentation

This commit is contained in:
Trevor Slocum 2020-02-07 08:23:11 -08:00
parent b24275acaa
commit b806861b9a
3 changed files with 8 additions and 8 deletions

View File

@ -9,12 +9,6 @@ fmt:
- gofmt -l -s -e .
- exit $(gofmt -l -s -e . | wc -l)
lint:
stage: validate
script:
- go get -u golang.org/x/lint/golint
- golint -set_exit_status
vet:
stage: validate
script:

View File

@ -1,5 +1,5 @@
# desktop
[![GoDoc](https://godoc.org/gitlab.com/tslocum/desktop?status.svg)](https://godoc.org/gitlab.com/tslocum/desktop)
[![GoDoc](https://gitlab.com/tslocum/godoc-static/-/raw/master/badge.svg)](https://docs.rocketnine.space/gitlab.com/tslocum/desktop)
[![CI status](https://gitlab.com/tslocum/desktop/badges/master/pipeline.svg)](https://gitlab.com/tslocum/desktop/commits/master)
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
@ -9,7 +9,7 @@ Linux is currently the only supported operating system. Windows support is plan
## Documentation
Documentation is available via [gdooc](https://godoc.org/gitlab.com/tslocum/desktop).
Documentation is available via [gdooc](https://docs.rocketnine.space/gitlab.com/tslocum/desktop).
## Support

6
doc.go Normal file
View File

@ -0,0 +1,6 @@
/*
Package desktop provides desktop entry scanning and parsing.
Specification: https://freedesktop.org/wiki/Specifications/desktop-entry-spec/
*/
package desktop