←back to thread

317 points thunderbong | 1 comments | | HN request time: 0.268s | source
1. mox111 ◴[] No.42205162[source]
Perhaps some package authors are more accepting of this than others. I stumbled upon this comment in the `json` package the other day:

// isValidNumber reports whether s is a valid JSON number literal. // // isValidNumber should be an internal detail, // but widely used packages access it using linkname. // Notable members of the hall of shame include: // - github.com/bytedance/sonic