mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
gate兼容3.7
This commit is contained in:
@@ -79,7 +79,7 @@ func (c *ClientCmdProtoMap) GetClientProtoObjByName(protoObjName string) any {
|
||||
}
|
||||
}
|
||||
`)
|
||||
err = os.WriteFile("./client_proto_gen.go", []byte(fileDataBuffer.String()), 0644)
|
||||
err = os.WriteFile("./client_proto_gen.go", fileDataBuffer.Bytes(), 0644)
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user