Files
ProjectOctopus/agent-go/executor/WindowsFunction_test.go

9 lines
97 B
Go

package executor
import "testing"
func TestCallAgent(t *testing.T) {
FindPublicIpAddress()
}