8 lines
76 B
Go
8 lines
76 B
Go
package probod
|
|
|
|
type (
|
|
apiConfig struct {
|
|
Addr string `json:"addr"`
|
|
}
|
|
)
|