5 lines
106 B
Go
5 lines
106 B
Go
package amo
|
|
|
|
// Should use it later as an ID
|
|
// for type safety in compilation time.
|
|
type Id[V any] int64
|