Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

Dependency Not Being Copied #30

Closed
goinggo opened this issue Nov 18, 2013 · 2 comments
Closed

Dependency Not Being Copied #30

goinggo opened this issue Nov 18, 2013 · 2 comments

Comments

@goinggo
Copy link

goinggo commented Nov 18, 2013

I have these two imports:
"github.com/iron-io/iron_go/api"
"github.com/iron-io/iron_go/config"

I have this code:
// Configure the call
config := config.Config("iron_worker")
config.ProjectId = this.IronIo.ProjectId
config.Token = this.IronIo.Token

The config.go file from the iron_go/config package is not being imported. The api.go file from the iron_go/api package is?

@kr
Copy link
Member

kr commented Nov 18, 2013

This looks like a duplicate of #27.

@kr kr closed this as completed Nov 18, 2013
@goinggo
Copy link
Author

goinggo commented Nov 18, 2013

This looks like a duplicate of #27.

Yes, my issue is a duplicate. Any fix on this yet?

Reply to this email directly or view it on GitHub.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants