debugf
This commit is contained in:
parent
4f01c4eb9a
commit
4a5e3740df
1 changed files with 4 additions and 0 deletions
|
@ -80,6 +80,10 @@ func (s *PlatformsService) List(ctx context.Context, f *PlatformFilter) (*Platfo
|
|||
var req *http.Request
|
||||
var err error
|
||||
|
||||
if f == nil {
|
||||
s.client.debugf("f is null!!!!!!!!!!!!!!\n")
|
||||
}
|
||||
|
||||
encoder := schema.NewEncoder()
|
||||
|
||||
form := url.Values{}
|
||||
|
|
Loading…
Reference in a new issue