8 lines
58 B
Go
8 lines
58 B
Go
|
package storage
|
||
|
|
||
|
type (
|
||
|
Area struct {
|
||
|
Path string
|
||
|
}
|
||
|
)
|