func Test_None(t *testing.T) { sentence := "Gophers are amazing" substring := "rust" got := strings.Index(sentence, substring) // expected ...
確定! 回上一頁