17 lines
538 B
Markdown
17 lines
538 B
Markdown
# Golang template testing
|
|
|
|
## Libs
|
|
|
|
- [Iris]
|
|
- [Source](https://github.com/kataras/iris)
|
|
- [Docs](https://docs.iris-go.com/iris/getting-started/quick-start)
|
|
- [Examples](https://github.com/kataras/iris/tree/main/_examples)
|
|
- [Templating Examples](https://github.com/kataras/iris/tree/main/_examples/view)
|
|
- [Jet]
|
|
- [Source](https://github.com/CloudyKit/jet)
|
|
- [Syntax reference](https://github.com/CloudyKit/jet/blob/master/docs/syntax.md)
|
|
|
|
## Howto
|
|
|
|
- [Password Hashing (bcrypt)](https://gowebexamples.com/password-hashing/)
|