forked from remote/oauth2
go fmt
This commit is contained in:
@@ -63,7 +63,6 @@ func Example() {
|
||||
availableResource := "//storage.googleapis.com/projects/_/buckets/foo"
|
||||
availablePermissions := []string{"inRole:roles/storage.objectViewer"}
|
||||
|
||||
|
||||
// Initializes an accessBoundary
|
||||
myBoundary := AccessBoundary{make([]AccessBoundaryRule, 0)}
|
||||
|
||||
@@ -94,4 +93,4 @@ func Example() {
|
||||
// rc, err := obj.NewReader(ctx)
|
||||
// data, err := ioutil.ReadAll(rc)
|
||||
return
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user