Files

8 lines
58 B
Go

package storage
type (
Area struct {
Path string
}
)