8 lines
70 B
Go
8 lines
70 B
Go
package scopes
|
|
|
|
type Config struct {
|
|
Name string
|
|
}
|
|
|
|
func Setup() {
|
|
}
|