extism / go-sdk

Extism Go SDK - easily run WebAssembly modules in your Go applications
https://pkg.go.dev/github.com/extism/go-sdk
BSD 3-Clause "New" or "Revised" License
85 stars 10 forks source link

fix: use log.Print instead of log.Printf in logStd #67

Closed zshipko closed 4 months ago

zshipko commented 4 months ago

Fixes an issue where % is interpreted as a format identifier instead of printed verbatim