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