mirror of
https://github.com/oneclickvirt/ecs.git
synced 2025-09-27 11:42:23 +08:00
10 lines
167 B
Go
10 lines
167 B
Go
package ntrace
|
|
|
|
import (
|
|
"github.com/oneclickvirt/nt3/nt"
|
|
)
|
|
|
|
func TraceRoute3(language, location, checkType string) {
|
|
nt.TraceRoute(language, location, checkType)
|
|
}
|