Skip to content

Commit a034281

Browse files
authored
Version 2 implemented (#6)
* New V2 version of Gongular * Added error checks as well * Removed the accidental DS_Store :( * Removed go1.6 from tests * more readme * Changed the package name from gongular2 to gongular * Added single file sender * Readme extended * Added websocket documentation
1 parent 198ed8a commit a034281

26 files changed

Lines changed: 2566 additions & 1501 deletions

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
.DS_Store
12
.idea/
23
*iml
34
# Compiled Object files, Static and Dynamic libs (Shared Objects)

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
language: go
22
sudo: false
33
go:
4-
- 1.6
4+
- 1.7
5+
- 1.8
6+
- 1.9
57
- tip
68

79
script:
@@ -10,4 +12,4 @@ script:
1012
- go test -v -covermode=count -coverprofile=coverage.out
1113

1214
after_success:
13-
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken kLNKspQO1aS2v5rSo3idN3NSDFVwONBIt
15+
- goveralls -coverprofile=coverage.out -service=travis-ci -repotoken kLNKspQO1aS2v5rSo3idN3NSDFVwONBIt

0 commit comments

Comments
 (0)