We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 876b9bf commit fa98417Copy full SHA for fa98417
CHANGELOG.md
@@ -0,0 +1,15 @@
1
+# Changelog
2
+
3
+## 0.0.2
4
5
+API huge change, backward incompatibel
6
7
+ - More sensible package layout
8
+ - Using functional options
9
10
+## 0.0.1
11
12
+Initial release
13
14
+ - Implement gogi client
15
+ - List/Create functions
gogi.go
@@ -7,7 +7,7 @@ import (
)
const (
- version = "0.0.1"
+ version = "0.0.2"
ua = "gogi/" + version
defaultAPIURL = "https://www.gitignore.io"
typePath = "/api"
0 commit comments