How do you handle value objects in Go?
In my case, I tried the following:
package due import ( "time" ) type Due struct { value time.Ti