mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Functional Options: Create a relative package, set the link
This commit is contained in:
parent
4b81980a1f
commit
999affe0bc
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue