Merge pull request #1352 from goplus/xgopilot/claude/issue-1351-1760682793

Remove redundant CompareString from llgo:skip directive
This commit is contained in:
xushiwei
2025-10-27 07:18:05 +08:00
committed by GitHub

View File

@@ -23,7 +23,7 @@ import (
"github.com/goplus/llgo/runtime/internal/runtime" "github.com/goplus/llgo/runtime/internal/runtime"
) )
// llgo:skip init CompareString // llgo:skip init
type _bytealg struct{} type _bytealg struct{}
func IndexByte(b []byte, ch byte) int { func IndexByte(b []byte, ch byte) int {