Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
go-xdr
======

[![Build Status](https://travis-ci.org/davecgh/go-xdr.png?branch=master)]
(https://travis-ci.org/davecgh/go-xdr) [![Coverage Status]
(https://coveralls.io/repos/davecgh/go-xdr/badge.png?branch=master)]
(https://coveralls.io/r/davecgh/go-xdr?branch=master)
[![Build Status](https://travis-ci.org/davecgh/go-xdr.png?branch=master)](https://travis-ci.org/davecgh/go-xdr)
[![Coverage Status](https://coveralls.io/repos/davecgh/go-xdr/badge.png?branch=master)](https://coveralls.io/r/davecgh/go-xdr?branch=master)

Go-xdr implements the data representation portion of the External Data
Representation (XDR) standard protocol as specified in RFC 4506 (obsoletes RFC
Expand All @@ -21,8 +19,7 @@ flexible and work directly with files, network connections, etc.

## Documentation

[![GoDoc](https://godoc.org/github.com/davecgh/go-xdr/xdr2?status.png)]
(http://godoc.org/github.com/davecgh/go-xdr/xdr2)
[![GoDoc](https://godoc.org/github.com/davecgh/go-xdr/xdr2?status.png)](http://godoc.org/github.com/davecgh/go-xdr/xdr2)

Full `go doc` style documentation for the project can be viewed online without
installing this package by using the excellent GoDoc site here:
Expand Down