Skip to content
This repository has been archived by the owner on Mar 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #9 from taskcluster/bug1285197
Browse files Browse the repository at this point in the history
Bug 1285197 - fix go get warning for taskcluster-client-go
  • Loading branch information
jhford committed Jul 7, 2016
2 parents 3b4ff5f + dedc277 commit 4f3e8fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskcluster.go
@@ -1,8 +1,8 @@
package main

import (
queue "github.com/taskcluster/taskcluster-client-go/queue"
"github.com/taskcluster/taskcluster-client-go/tcclient"
tcclient "github.com/taskcluster/taskcluster-client-go"
"github.com/taskcluster/taskcluster-client-go/queue"
)

func getTaskScopes(taskId string) ([]string, error) {
Expand Down

0 comments on commit 4f3e8fe

Please sign in to comment.