forked from jason/cpolis
A bit of code cleanup
This commit is contained in:
@ -8,9 +8,7 @@ import (
|
||||
"google.golang.org/api/option"
|
||||
)
|
||||
|
||||
type Client struct {
|
||||
*auth.Client
|
||||
}
|
||||
type Client struct{ *auth.Client }
|
||||
|
||||
func NewClient(c *Config) (*Client, error) {
|
||||
var err error
|
||||
|
Reference in New Issue
Block a user