From 999affe0bc5b948a55dd16b89ac5d3d44a03a423 Mon Sep 17 00:00:00 2001 From: Gerasimos Maropoulos Date: Fri, 9 Sep 2016 08:42:03 +0300 Subject: [PATCH] Functional Options: Create a relative package, set the link --- idiom/functional-options.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/idiom/functional-options.md b/idiom/functional-options.md index 1e95086..4c4e677 100644 --- a/idiom/functional-options.md +++ b/idiom/functional-options.md @@ -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)