aminal/buffer/hyperlink.go

6 lines
54 B
Go

package buffer
type Hyperlink struct {
Uri string
}