13 lines
74 B
Go
13 lines
74 B
Go
package cli
|
|
|
|
import (
|
|
"testing"
|
|
|
|
)
|
|
|
|
func TestClient(t *testing.T) {
|
|
|
|
|
|
|
|
}
|