7 строки
91 Б
Go
7 строки
91 Б
Go
package pass_test
|
|
|
|
import "testing"
|
|
|
|
func TestPass(t *testing.T) {
|
|
// This test passes.
|
|
}
|