From 266d3f6da44a8ccda6fdca70a6b97fd4d35721f6 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 18 May 2017 11:24:46 -0700 Subject: [PATCH] added docs --- doc.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc.go diff --git a/doc.go b/doc.go new file mode 100644 index 0000000..d201914 --- /dev/null +++ b/doc.go @@ -0,0 +1,7 @@ +/* +Package opt has a number of sub-packages provides alternatives to Go's built-in types (bool, float64, int64, string, time.Time) +that also let you express a "lack of a value"; for the Go programming language; these are similar to "option types" or "maybe types" +in some other programming languages. +*/ +package opt +