Skip to content

Commit

Permalink
Implement bitly#15 and bitly#25, fix tests and remove old stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jacoduplessis committed May 28, 2018
1 parent 0c96595 commit 81554b0
Show file tree
Hide file tree
Showing 8 changed files with 253 additions and 437 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
### go-simplejson
# simplejson

a Go package to interact with arbitrary JSON
A Go package to interact with arbitrary JSON. Forked from bitly/go-simplejson.

[![Build Status](https://secure.travis-ci.org/bitly/go-simplejson.png)](http://travis-ci.org/bitly/go-simplejson)
Solves the following issues from the original library:

### Importing
- #25 (return *Json instead of interface{})

import github.com/bitly/go-simplejson
- #15 (rename Must* methods)

### Documentation

Visit the docs on [gopkgdoc](http://godoc.org/github.com/bitly/go-simplejson)
Loading

0 comments on commit 81554b0

Please sign in to comment.