You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2018/08/13 18:10:46 UTC

[arrow] branch master updated: ARROW-3042: [Go] add godoc badge to README

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 21c3a18  ARROW-3042: [Go] add godoc badge to README
21c3a18 is described below

commit 21c3a188de2a629802a71504bb2ce3f06ba9a8ad
Author: Sebastien Binet <bi...@cern.ch>
AuthorDate: Mon Aug 13 20:10:34 2018 +0200

    ARROW-3042: [Go] add godoc badge to README
    
    Author: Sebastien Binet <bi...@cern.ch>
    
    Closes #2420 from sbinet/issue-3042 and squashes the following commits:
    
    ee7569d <Sebastien Binet> ARROW-3042:  add godoc badge to README
---
 go/README.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/go/README.md b/go/README.md
index da18937..90d55e4 100644
--- a/go/README.md
+++ b/go/README.md
@@ -20,6 +20,8 @@
 Apache Arrow for Go
 ===================
 
+[![GoDoc](https://godoc.org/github.com/apache/arrow/go/arrow?status.svg)](https://godoc.org/github.com/apache/arrow/go/arrow)
+
 [Apache Arrow][arrow] is a cross-language development platform for in-memory data. It specifies a 
 standardized language-independent columnar memory format for flat and hierarchical data, 
 organized for efficient analytic operations on modern hardware. It also provides computational