Registry /
cloud / leapforce-libraries-go-googlecloudstorage
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.