README ¶ gocord-storage A Go implementation of jscord-storage Installation go get github.com/ghostbusterjeffrey/gocord-storage Usage Example package main import ( "fmt" "github.com/ghostbusterjeffrey/gocord-storage" ) func main() { res, _ := gocordstorage.Upload("uploaded_file.txt","./file.txt") fmt.Printf("%s\n", res) } Expand ▾ Collapse ▴ Documentation ¶ Index ¶ func Upload(filename string, fileURLOrPath string) (*response, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Upload ¶ func Upload(filename string, fileURLOrPath string) (*response, error) Types ¶ This section is empty. Source Files ¶ View all Source files gocord.go Click to show internal directories. Click to hide internal directories.