From 9ca975d56fa763391285f67267d421fedd940699 Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Sun, 28 Aug 2016 11:35:58 -0700 Subject: [PATCH 1/2] Add gas to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index bf2bb1d..1c28b03 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ *.o *.a *.so +gas # Folders _obj From b5a98c12a836ce36433557abf881758763b3bf2b Mon Sep 17 00:00:00 2001 From: Grant Murphy Date: Sun, 28 Aug 2016 11:36:53 -0700 Subject: [PATCH 2/2] Add godocs.org bagdge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be095ec..58f1f2f 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ You may obtain a copy of the License [here](http://www.apache.org/licenses/LICEN ### Project status [![Build Status](https://travis-ci.org/HewlettPackard/gas.svg?branch=master)](https://travis-ci.org/HewlettPackard/gas) +[![GoDoc](https://godoc.org/github.com/HewlettPackard/gas?status.svg)](https://godoc.org/github.com/HewlettPackard/gas) Gas is still in alpha and accepting feedback from early adopters. We do not consider it production ready at this time.