8 lines
73 B
Go
8 lines
73 B
Go
|
package oclib
|
||
|
|
||
|
type Link struct {
|
||
|
Source string
|
||
|
Destination string
|
||
|
}
|
||
|
|