You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

21 lines
580 B

  1. {{define "ROOT"}}
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. {{template "commonHead"}}
  6. <title>go-lint</title>
  7. </head>
  8. <body>
  9. <h3>Go Lint</h3>
  10. <p>Go Lint lints <a href="http://golang.org/">Go</a> source files on GitHub,
  11. Bitbucket and Google Project Hosting using the <a
  12. href="https://github.com/golang/lint">lint package</a>.
  13. <form method="POST" action="/-/refresh">
  14. <input type="text" size=60 name="importPath" autofocus="autofocus" placeholder="Package import path">
  15. <input value="Lint" type="submit">
  16. </form>
  17. {{template "commonFooter"}}
  18. </body>
  19. </html>
  20. {{end}}