8 lines
62 B
Go
8 lines
62 B
Go
|
package config
|
||
|
|
||
|
type gin struct {
|
||
|
Port string
|
||
|
}
|
||
|
|
||
|
var Gin gin
|