Skip to content

Commit e8ed116

Browse files
authored
remove ">" (#796)
1 parent f3546d8 commit e8ed116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro-to-acceptance-tests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ import (
298298

299299
const (
300300
port = "8080"
301-
url = "<http://localhost:" > +port
301+
url = "<http://localhost:" +port
302302
)
303303

304304
func TestGracefulShutdown(t *testing.T) {

0 commit comments

Comments
 (0)