mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-02-09 01:48:41 -06:00
7 lines
203 B
Go
7 lines
203 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 = false
|