transfer.sh/vendor/github.com/golang/gddo/lintapp/assets/templates/index.html
Remco cb6e5cb0c7 Major rewrite
* use dep for vendoring
* lets encrypt
* moved web to transfer.sh-web repo
* single command install
* added first tests
2017-03-22 18:09:21 +01:00

20 lines
580 B
HTML

{{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}}