diff options
Diffstat (limited to 'refined/struct.go')
| -rw-r--r-- | refined/struct.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/refined/struct.go b/refined/struct.go index 924c32e..65734b6 100644 --- a/refined/struct.go +++ b/refined/struct.go @@ -3,11 +3,13 @@ package refined +/* import . "github.com/majewsky/gg/option" type Struct struct { value Option[struct{}] } +*/ // TODO: require base struct type to have a deep-clone method // TODO: func Get() that does a deep clone, func Set(), func Update(func(*BaseType)) |
