We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f28243c commit 477ce49Copy full SHA for 477ce49
.travis.yml
@@ -6,6 +6,7 @@ go:
6
- "1.8"
7
- "1.9"
8
- "1.10"
9
+ - "1.11"
10
- "tip"
11
12
before_install:
README.md
@@ -24,6 +24,7 @@
24
- Unit tests available.
25
- Language codes are automatically simplified from the form `en_UK` to `en` if the first isn't available.
26
- Ready to use inside Go templates.
27
+- Objects are serializable to []byte to store them in cache.
28
29
30
# License
0 commit comments