Skip to content

Commit ff6bd19

Browse files
committed
small updates in custom-import-path
1 parent d796ce2 commit ff6bd19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
-2.28 KB
Binary file not shown.

custom-import-path/custom-path/server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ const html = `<!DOCTYPE html>
1010
<html>
1111
<head>
1212
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
13-
<meta name="go-import" content="0.0.0.0/user/pkg %[1]s %[2]s">
14-
<meta http-equiv="refresh" content="0; url=%[2]s">
13+
<meta name="go-import" content="0.0.0.0/user/pkg %[1]s %[2]s"/>
14+
<meta http-equiv="refresh" content="0; url=%[2]s"/>
1515
</head>
1616
<body>
1717
Nothing to see here; <a href="%[2]s">move along</a>.

0 commit comments

Comments
 (0)