Skip to content

Commit

Permalink
start binding
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkwork committed Nov 30, 2024
1 parent bb51801 commit 1f91407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/bindgen/macros_decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1f91407

Please sign in to comment.