mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
8 lines
183 B
Go
8 lines
183 B
Go
package cmd
|
|
|
|
// ServeOptionsReset resets serve options provided on command line.
|
|
// This should be used between two tests.
|
|
func ServeOptionsReset() {
|
|
ServeOptions = serveOptions{}
|
|
}
|