# README
Mostly generated code from the proto repository.
The main branch can be broken. Make sure to use tagged releases.
To use the default client(s), you can try something like:
ctx := context.Background()
client, _ := iam.NewClient(ctx)
defer client.Close()
out, err := client.WhoAmI(ctx, &info.GetInfoRequest{})
log.Println(out, err)
...
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author