A simple pastebin application written in Go
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.

7 lines
138 B

  1. <h1>gopaste</h1>
  2. <form action="/create" method="post">
  3. <textarea name="stuff"></textarea>
  4. <input type="submit" value="Post" />
  5. </form>