Registry / cloud / leapforce-libraries-go-googlecloudstorage

leapforce-libraries-go-googlecloudstorage

JSON →
library0.0.0-20230621111300-7ee17b7a4982gogounverified

A Go client library for interacting with Google Cloud Storage.

go get github.com/leapforce-libraries/go_googlecloudstorage
INSTALL
IMPORT
SIG · LEAPFORCE-LIBRARIE
L
leapforce-libraries-go-googlecloudstorage
cloudgov0.0.0-20230621111300-7ee17b7a4982
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

go_googlecloudstorage
github.com/leapforce-libraries/go_googlecloudstorage

Initialize a Google Cloud Storage client.

package main import ( "context" "fmt" "github.com/leapforce-libraries/go_googlecloudstorage" ) func main() { client, err := go_googlecloudstorage.NewClient(context.Background()) if err != nil { panic(err) } fmt.Println(client) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20230621111300-7ee17b7a4982latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
leapforce-libraries-go-googlecloudstorage — go get leapforce-libraries-go-googlecloudstorage · libregistry