mirror of
https://github.com/tmrts/go-patterns.git
synced 2025-04-03 13:13:34 +03:00
Merge dda5c536d5
into 67efe3e622
This commit is contained in:
commit
f07bd73655
1 changed files with 7 additions and 0 deletions
|
@ -92,3 +92,10 @@ if err != nil {
|
|||
panic(err)
|
||||
}
|
||||
```
|
||||
|
||||
## Relative
|
||||
|
||||
Relative links and source codeview that helps you understand how this pattern works and can be extended to fit your needs:
|
||||
|
||||
- [go-options](https://github.com/kataras/go-options)
|
||||
- A web framework's flow: [configuration.go:26](https://github.com/kataras/iris/blob/master/configuration.go#L26), [configuration.go:160](https://github.com/kataras/iris/blob/master/configuration.go#L160), [iris.go:202](https://github.com/kataras/iris/blob/master/iris.go#L202), [iris.go:259](https://github.com/kataras/iris/blob/master/iris.go#L259)
|
||||
|
|
Loading…
Add table
Reference in a new issue