From f9c3f293be70c58927f24f677bb1fe282567e5c0 Mon Sep 17 00:00:00 2001 From: Jesse Donat Date: Wed, 6 Feb 2019 10:27:30 -0600 Subject: [PATCH] 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. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d8528d..21cd545 100644 --- a/README.md +++ b/README.md @@ -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: