Value objects implementation

前端 未结 0 649
孤街浪徒
孤街浪徒 2021-01-29 22:15

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         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题