Added arn to the main repository
This commit is contained in:
6
arn/Linkable.go
Normal file
6
arn/Linkable.go
Normal file
@ -0,0 +1,6 @@
|
||||
package arn
|
||||
|
||||
// Linkable defines an object that can be linked.
|
||||
type Linkable interface {
|
||||
Link() string
|
||||
}
|
Reference in New Issue
Block a user