From 4dece322c205eebd8eb9e391817e2b7af223fc08 Mon Sep 17 00:00:00 2001 From: Stefan Majewsky Date: Sun, 13 Jul 2025 00:41:51 +0200 Subject: refined: add type Scalar --- refined/struct.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'refined/struct.go') 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)) -- cgit v1.2.3