mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Remove unnecessary testutils
This commit is contained in:
parent
fc8fe2aded
commit
f5cfeb4c82
1 changed files with 0 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
package testutils
|
||||
|
||||
import "runtime"
|
||||
|
||||
func GetLineNumberOfCaller(levels int) int {
|
||||
_, _, line, _ := runtime.Caller(levels + 1)
|
||||
return line
|
||||
}
|
Loading…
Add table
Reference in a new issue