🎉 start the project
This commit is contained in:
9
internal/opt/opt.go
Normal file
9
internal/opt/opt.go
Normal file
@ -0,0 +1,9 @@
|
||||
package opt
|
||||
|
||||
type config struct {
|
||||
Address string `json:"address"`
|
||||
}
|
||||
|
||||
var (
|
||||
Cfg = &config{}
|
||||
)
|
3
internal/opt/var.go
Normal file
3
internal/opt/var.go
Normal file
@ -0,0 +1,3 @@
|
||||
package opt
|
||||
|
||||
const Version = "v0.0.1"
|
Reference in New Issue
Block a user