优化项目结构

This commit is contained in:
JiXieShi
2024-04-19 15:08:00 +08:00
parent 0f2fe50b04
commit a4004a1d05
4 changed files with 190 additions and 109 deletions
+14
View File
@@ -0,0 +1,14 @@
package main
type Config struct {
portName string
baudRate int
dataBits int
stopBits int
outputCode string
inputCode string
endStr string
enableLog bool
logFilePath string
parityBit int
}