Skip to content

AbhishekBagchi/pastebin-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pastebin server in Go.

A representative set of steps to get this up and running would be as follows

  • go get -v github.com/AbhishekBagchi/pastebin-go
  • cd ${GOPATH}/src/github.com/AbhishekBagchi/pastebin-go
  • go build
  • ./pastebin-go --static-dir ./static --template-dir ./tmpl --interface localhost:8000

The only other available command line option is --clean-database, and all that does is delete any pre-existing database file.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published