Adds Godoc Badge

Godoc badges are a nice convenience for people first learning a library as it's a single easy uniform click to the documentation.
This commit is contained in:
Jesse Donat 2019-02-06 10:27:30 -06:00 committed by GitHub
parent 867a9e5a49
commit f9c3f293be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
# ui: platform-native GUI library for Go
[![GoDoc](https://godoc.org/github.com/andlabs/ui?status.svg)](https://godoc.org/github.com/andlabs/ui)
This is a library that aims to provide simple GUI software development in Go. It is based on my [libui](https://github.com/andlabs/libui), a simple cross-platform library that does the same thing, but written in C.
It runs on/requires: