6 lines
89 B
Go
6 lines
89 B
Go
package babillard
|
|
|
|
type Config struct {
|
|
ServerContenuDir string
|
|
ServerPort int
|
|
}
|