8 lines
61 B
Go
8 lines
61 B
Go
|
package config
|
||
|
|
||
|
type dir struct {
|
||
|
Dir string
|
||
|
}
|
||
|
|
||
|
var Dir dir
|