5 lines
94 B
Go
5 lines
94 B
Go
package arn
|
|
|
|
// ID is used for object identification and is simply a string.
|
|
type ID = string
|