From 2cc88585f933ae2fa51ff76eceb3616808f49018 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Sun, 30 Aug 2015 16:48:54 +0200 Subject: [PATCH] Small updates to doc. Added README. --- README.md | 8 ++++++++ doc.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f2b1950 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +[![Build Status](https://travis-ci.org/bugst/go-serial.svg?branch=master)](https://travis-ci.org/bugst/go-serial) + +A cross-platform serial library for go-lang. + +Documentation and examples: https://godoc.org/go.bug.st/serial + +License: https://github.com/bugst/go-serial/blob/master/LICENSE + diff --git a/doc.go b/doc.go index d24ab8f..0b4d396 100644 --- a/doc.go +++ b/doc.go @@ -5,7 +5,7 @@ // /* -This is a cross-platform serial library for go. +A cross-platform serial library for the go language. The canonical import for this library is go.bug.st/serial so the import line is the following: