Skip to content

northbright/ctx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ctx

Update: this repo is no longer maintained. As of Go 1.7 this package is available in the standard library under the name context. https://golang.org/pkg/context. ctxcopy and ctxdownload can be replaced with iocopy.

Build Status Go Report Card

This repository holds Golang packages to provide Google's Context-aware helper functions.

Packages

  • ctxcopy
    ctxcopy is a Golang package which provides helper functions for performing context-aware copy task.

  • ctxdownload
    ctxdownload is a Golang package which provides helper functions for performing context-aware download task.

About

This repository holds packages to provide Google's Context-aware helper functions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages