feat: zero value constant
This commit is contained in:
@@ -13,6 +13,12 @@ const (
|
||||
CUSTOMER = "customer"
|
||||
CONTRACT = "contract"
|
||||
PRODUCT = "product"
|
||||
SUBSCRIBE = "subscribe"
|
||||
)
|
||||
|
||||
const (
|
||||
NumberNull = 0
|
||||
StringNull = ""
|
||||
)
|
||||
|
||||
var ctx = context.Background()
|
||||
|
||||
Reference in New Issue
Block a user