8 lines
65 B
Go
8 lines
65 B
Go
|
package config
|
||
|
|
||
|
type auth struct {
|
||
|
Pass string
|
||
|
}
|
||
|
|
||
|
var Auth auth
|