mirror of
https://github.com/rjNemo/rentease.git
synced 2026-06-10 20:56:50 +00:00
7 lines
77 B
Go
7 lines
77 B
Go
package config
|
|
|
|
type Host struct{}
|
|
|
|
func NewHost() *Host {
|
|
return &Host{}
|
|
}
|