Skip to content

Commit d024da0

Browse files
committed
Merging v0.1 branch
2 parents be1ed1d + ed0dab5 commit d024da0

File tree

11 files changed

+2178
-1
lines changed

11 files changed

+2178
-1
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ _testmain.go
2222
*.exe
2323
*.test
2424
*.prof
25+
26+
*.sublime-workspace

.travis.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
language: go
2+
3+
install:
4+
- go get .
5+
6+
script:
7+
- go test -v .
8+
9+
go:
10+
- 1.2
11+
- 1.3
12+
- 1.4
13+
- 1.5
14+
- tip

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
# resty
1+
# resty [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)
2+
23
Simple HTTP and REST client for Go inspired by Ruby rest-client
34

45
**Development is in progress.**

0 commit comments

Comments
 (0)