mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-22 03:10:42 +08:00
12 lines
127 B
Go
12 lines
127 B
Go
//go:build !debug
|
|
// +build !debug
|
|
|
|
package debug
|
|
|
|
import "testing"
|
|
|
|
func TestStubStartStop(t *testing.T) {
|
|
Start()
|
|
Stop()
|
|
}
|