a83bb17417
* updates the libuplink documentation with examples * updated code review comments * updated code review comments * mods * exmaple interface
9 lines
197 B
Go
9 lines
197 B
Go
// Copyright (C) 2019 Storj Labs, Inc.
|
|
// See LICENSE for copying information.
|
|
|
|
/*
|
|
Package uplink provides variety of functions to access the objects using storj's
|
|
uplink library
|
|
*/
|
|
package uplink
|