1
0
mirror of https://github.com/tmrts/go-patterns.git synced 2024-11-25 14:36:06 +03:00

Functional Options: Create a relative package, set the link

This commit is contained in:
Gerasimos Maropoulos 2016-09-09 08:42:03 +03:00 committed by GitHub
parent 4b81980a1f
commit 999affe0bc

View File

@ -92,3 +92,9 @@ if err != nil {
panic(err)
}
```
## Packages
Packages helps you understand how this pattern works:
- [go-options](https://github.com/kataras/go-options)