blob: 9f3d18fb122dd2f53d3b7bf68b9f50c90a852bc5 [file] [log] [blame]
{{define "ROOT"}}
<!DOCTYPE html>
<html>
<head>
{{template "commonHead"}}
<title>go-lint</title>
</head>
<body>
<h3>Go Lint</h3>
<p>Go Lint lints <a href="http://golang.org/">Go</a> source files on GitHub,
Bitbucket and Google Project Hosting using the <a
href="https://github.com/golang/lint">lint package</a>.
<form method="POST" action="/-/refresh">
<input type="text" size=60 name="importPath" autofocus="autofocus" placeholder="Package import path">
<input value="Lint" type="submit">
</form>
{{template "commonFooter"}}
</body>
</html>
{{end}}