-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Grayson Koonce
authored
Aug 31, 2016
1 parent
95d0ebe
commit 256ff41
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,19 @@ | ||
[![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] | ||
# thriftrw-go [![GoDoc][doc-img]][doc] [![Build Status][ci-img]][ci] [![Coverage Status][cov-img]][cov] | ||
|
||
[ci-img]: https://travis-ci.org/thriftrw/thriftrw-go.svg?branch=master | ||
[cov-img]: https://coveralls.io/repos/github/thriftrw/thriftrw-go/badge.svg?branch=master | ||
[ci]: https://travis-ci.org/thriftrw/thriftrw-go | ||
[cov]: https://coveralls.io/github/thriftrw/thriftrw-go?branch=master | ||
A Thrift encoding code generator and library for Go. | ||
|
||
`thriftrw` is a Thrift encoding code generator and library for Go. | ||
## Installation | ||
|
||
**This project is currently WIP and not ready for use. Do not use it until this notice goes away.** | ||
`go get -u github.com/thriftrw/thriftrw-go` | ||
|
||
Related Projects | ||
================ | ||
## Development Status: Alpha | ||
|
||
- [thriftrw-python] | ||
- [thriftrw-node] | ||
Ready for adventurous users and early adopters, but there will likely be a few | ||
breaking changes and features required before releasing version 1.0. | ||
|
||
[thriftrw-python]: https://github.com/thriftrw/thriftrw-python | ||
[thriftrw-node]: https://github.com/thriftrw/thriftrw-node | ||
[doc-img]: https://godoc.org/github.com/thriftrw/thriftrw-go?status.svg | ||
[doc]: https://godoc.org/github.com/thriftrw/thriftrw-go | ||
[ci-img]: https://travis-ci.org/thriftrw/thriftrw-go.svg?branch=master | ||
[cov-img]: https://coveralls.io/repos/github/thriftrw/thriftrw-go/badge.svg?branch=master | ||
[ci]: https://travis-ci.org/thriftrw/thriftrw-go | ||
[cov]: https://coveralls.io/github/thriftrw/thriftrw-go?branch=master |