egg is now known as egg|zzz|egg
NathanKell is now known as NathanKell|AFK
NathanKell|AFK is now known as NathanKell
pacbard has quit [Ping timeout: 383 seconds]
pacbard has joined #spacedock
NathanKell is now known as NathanKell|NOMZ
NathanKell|NOMZ is now known as NathanKell
NathanKell is now known as NathanKell|Twitch
NathanKell|Twitch is now known as NathanKell|AWAY
aradapilot_ has quit [Remote host closed the connection]
aradapilot has joined #spacedock
egg|zzz|egg is now known as egg|nomz|egg
egg|nomz|egg is now known as egg
<RockyTV> Go is an insane language :P
<RockyTV> Thomas, check this error log
<RockyTV> you might want to reconsider changing the current directory structure
<Thomas> I have no problem with changing it, but I also have no idea what would be better than how it is atm
<RockyTV> if we change we make sure it is compatible with glide and we solve all package dependency issues we have right now
<Thomas> If you have an idea how it would be better then please do it, I am by no means a go expert
<RockyTV> this is insane :P
<RockyTV> I'm trying to think of a way to make it work, but it just won't work
<RockyTV> if I could figure out why the heck go looks for dependencies in vendor/src
<Thomas> Is vendor still added to gopath?
<RockyTV> y
<RockyTV> a
<RockyTV> you can see a lot of people use /path/src/package
<Thomas> Would this be better? https://hastebin.com/yezizuxesu.go
<RockyTV> maybe, don't know
<RockyTV> trying everything to get it working with glide
<RockyTV> we need to update iris-contrib middleware cors
aradapilot has quit [Remote host closed the connection]
<RockyTV> Thomas, yeah, directory restructuring will be the way to go
aradapilot has joined #spacedock
<RockyTV> or in our build scripts we can copy the dependencies to vendor/src, build then delete src/ when it finishes compiling or before running glide install
<RockyTV> btw, I get this while trying to compile: src\SpaceDock\utils\email.go:25: undefined: gomail.NewDialer
<RockyTV> hm, might be a version issue
<RockyTV> okay finally got it to build
<RockyTV> Thomas, your call: do you want to have workarounds in the virtualenv script or do you want to do it right?
aradapilot has quit [Quit: Leaving...]
aradapilot_ has joined #spacedock
aradapilot_ has quit [Remote host closed the connection]
aradapilot_ has joined #spacedock
<SpaceDock> [SpaceDock-Backend] RockyTV opened issue #26: Use Glide as package manager https://git.io/v7qqe
<SpaceDock> [SpaceDock-Backend] RockyTV opened issue #27: Move extra scripts to command-line arguments https://git.io/v7qqa
<Thomas> RockyTV: I want to do it without manually setting GOPATH
<Thomas> everything else doesnt matter to me