mirror of
https://github.com/Forceu/Gokapi.git
synced 2026-01-24 09:58:30 -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
|