Home | History | Annotate | Download | only in testing

Lines Matching refs:colon

996 		// by just looking for a drive letter and a colon.
1003 letter, colon := path[0], path[1]
1004 if ('a' <= letter && letter <= 'z' || 'A' <= letter && letter <= 'Z') && colon == ':' {