9 lines
99 B
Go
9 lines
99 B
Go
package main
|
|
|
|
type Config struct {
|
|
Port int
|
|
Host string
|
|
UartPort string
|
|
Baudrate int
|
|
}
|