1
0
Fork 0

Empactify

This commit is contained in:
Gregory Eremin 2015-03-05 15:07:18 +07:00
parent d7b35f05a5
commit 76748c8c85
6 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@ import (
"time" "time"
"github.com/fatih/structs" "github.com/fatih/structs"
"github.com/localhots/steward/db" "github.com/localhots/empact/db"
) )
type ( type (

View File

@ -4,7 +4,7 @@ import (
"time" "time"
"code.google.com/p/go-uuid/uuid" "code.google.com/p/go-uuid/uuid"
"github.com/localhots/steward/db" "github.com/localhots/empact/db"
) )
type ( type (

View File

@ -7,7 +7,7 @@ import (
"net/http" "net/http"
"net/url" "net/url"
"github.com/localhots/steward/config" "github.com/localhots/empact/config"
) )
const ( const (

View File

@ -3,7 +3,7 @@ package task
import ( import (
"code.google.com/p/goauth2/oauth" "code.google.com/p/goauth2/oauth"
"github.com/google/go-github/github" "github.com/google/go-github/github"
"github.com/localhots/steward/db" "github.com/localhots/empact/db"
) )
func newGithubClient(token string) *github.Client { func newGithubClient(token string) *github.Client {

View File

@ -1,7 +1,7 @@
package task package task
import ( import (
"github.com/localhots/steward/db" "github.com/localhots/empact/db"
) )
type ( type (

View File

@ -2,7 +2,7 @@ package task
import ( import (
"github.com/google/go-github/github" "github.com/google/go-github/github"
"github.com/localhots/steward/db" "github.com/localhots/empact/db"
) )
type ( type (