mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-23 17:38:28 -06:00
7 lines
201 B
Go
7 lines
201 B
Go
//go:build test
|
|
|
|
package flagparser
|
|
|
|
// DisableParsing disables parsing when running unit tests, as parsing is called in the test's init() function, which results in an error
|
|
var DisableParsing = true
|