Skip to content
Snippets Groups Projects
Commit 4d8ae002 authored by Rodrigo Bahiense's avatar Rodrigo Bahiense
Browse files

Resolved conflict with master

parents 26b8e63f 0a555ee3
No related branches found
No related tags found
No related merge requests found
......@@ -20,3 +20,4 @@ The Sprig library provides over 70 template functions for Go's template language
- [Version Comparison Functions](semver.md): `semver`, `semverCompare`
- [Reflection](reflection.md): `typeOf`, `kindIs`, `typeIsLike`, etc.
- [Cryptographic and Security Functions](crypto.md): `derivePassword`, `sha256sum`, `genPrivateKey`, etc.
- [Network](network.md): `getHostByName`
......@@ -18,7 +18,7 @@ kindOf "hello"
```
The above would return `string`. For simple tests (like in `if` blocks), the
`isKind` function will let you verify that a value is a particular kind:
`kindIs` function will let you verify that a value is a particular kind:
```
kindIs "int" 123
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment