6 lines
45 B
Go
6 lines
45 B
Go
|
package shared
|
||
|
|
||
|
type Id struct {
|
||
|
Id int64
|
||
|
}
|