mirror of
https://gitcode.com/JianFeeeee/homeagent-sdk.git
synced 2026-09-20 17:08:01 +00:00
- meta/meta.go: add ABIVersion, ABIVersionMin, 45 dispatch method IDs - tools/plugindev/cmd_init.go: cabiVersion -> meta.ABIVersion - tools/plugindev/templates.go: C header comments reference meta.go
8 lines
179 B
Modula-2
8 lines
179 B
Modula-2
module github.com/JianFeeeee/homeagent-sdk/tools/plugindev
|
|
|
|
go 1.25.0
|
|
|
|
require gitcode.com/JianFeeeee/homeagent-sdk v0.0.0
|
|
|
|
replace gitcode.com/JianFeeeee/homeagent-sdk => ../../
|