Fix unit tests
[govpp.git] / vendor / github.com / pkg / profile / mutex17.go
1 // +build !go1.8
2
3 package profile
4
5 // mock mutex support for Go 1.7 and earlier.
6
7 func enableMutexProfile() {}
8
9 func disableMutexProfile() {}