We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84ef78e commit e4f8fe4Copy full SHA for e4f8fe4
.travis.yml
@@ -0,0 +1,8 @@
1
+language: go
2
+
3
+go:
4
+ - 1.13.x
5
+ - 1.12.x
6
+ - 1.11.x
7
8
+script: go test
README.md
@@ -1,6 +1,7 @@
# gosoup
[](https://goreportcard.com/report/github.com/gurkankaymak/gosoup)
+[](https://godoc.org/github.com/gurkankaymak/gosoup)
Lightweight go library for pulling data out of HTML
0 commit comments