6 lines
55 B
Go
6 lines
55 B
Go
package config
|
|
|
|
type Client struct {
|
|
IPCPath string
|
|
}
|
package config
|
|
|
|
type Client struct {
|
|
IPCPath string
|
|
}
|