From 1f91407ac92f7ec8c41ab648f13e2a2f477b286b Mon Sep 17 00:00:00 2001 From: Admin <2762713521@qq.com> Date: Sat, 30 Nov 2024 15:38:57 +0800 Subject: [PATCH] start binding --- sdk/bindgen/macros_decode.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/bindgen/macros_decode.go b/sdk/bindgen/macros_decode.go index 445a6f88..30db8083 100644 --- a/sdk/bindgen/macros_decode.go +++ b/sdk/bindgen/macros_decode.go @@ -6,7 +6,7 @@ import ( "github.com/ddkwork/golibrary/stream" ) -func extractMacros(lines []string) *stream.OrderedMap[string, string] { +func extractMacros(lines []string) *maps.SafeSliceMap[string, string] { macros := new(maps.SafeSliceMap[string, string]) macros.Set("PAGE_SIZE", "4096") var macroName string