mirror of
https://github.com/SagerNet/sing.git
synced 2025-04-04 12:27:37 +03:00
6 lines
122 B
Go
6 lines
122 B
Go
//go:build force_stdio
|
|
|
|
package bufio
|
|
|
|
// force_stdio is dedicated to testing exposed stdio APIs.
|
|
const forceSTDIO = true
|