Skip to content

paste-run/go-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoDoc

go-client

Go client API for paste.run (golang)

import "paste.run"

Upload paste:

pasteURL, err := paste.Upload(r,
	paste.Title("My Paste"),
	paste.Author("Chris"),
	paste.Type("Go"),
)

Get paste:

pinfo, err := paste.Get(pasteURL)

PasteInfo

About

Go client API for paste.run (golang)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages