mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-27 20:14:54 +02:00
10 lines
94 B
Go
10 lines
94 B
Go
package execution
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestGitAuth(t *testing.T) {
|
|
GitAuthSample()
|
|
}
|