mirror of
https://github.com/replicatedhq/troubleshoot.git
synced 2026-08-27 00:37:20 +00:00
10 lines
83 B
Go
10 lines
83 B
Go
package collect
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func Test_ServerVersion(t *testing.T) {
|
|
|
|
}
|