rts-sim-testing-service/third_party/third_party.go
2023-11-23 15:16:42 +08:00

9 lines
153 B
Go

package third_party
import "joylink.club/bj-rtsts-server/third_party/message"
func Init() {
message.InitRsspCrcTable()
message.CreateCanCrcTable()
}