IronTooch
IronTooch
How dare this free project you've dedicated personal time to, not meet my every wish and desire? I call shenanigans! Sounds great, I'll give this a test on fresh box,...
Okay, so, originally the issue reoccurred, but I realized that in addition to doing these ``` $ go get github.com/jteeuwen/go-bindata/... $ go get github.com/elazarl/go-bindata-assetfs/... ``` I need to also ensure...
This may also be related to [Feature Request: be able to use both go-bindata and go-bindata-assetfs at the same time #20](https://github.com/elazarl/go-bindata-assetfs/issues/20) in the go-bindata-assetfs package. I'm going to see if...
For debugging, it looks like **server/bindata.go** is built at Line 8 of [server Makefile](https://github.com/dimonomid/geekmarks/blob/master/server/Makefile). `go generate dmitryfrank.com/geekmarks/...` That command, run separately, works fine. It tanks at the **go build** command,...
Okay. Cheese and crackers. I think I have a solution, or at least, a potential one. Literally adding one compiler flag to say "ignore the errors" seems to make the...
@dimonomid Of course! I don't know if it's actually helping, but it's also helping me work on my containerized-go diagnostics and knocking the rust of some old skills, so I'm...
Changes are reflected in the fork, let me know if you don't see them?
@chaptergy Just a reminder this PR needs a rebase. I'm really invested in it, so I am hoping it can get merged.
So I just pulled down the repository, and it appears to be working for me. Can you share the following please: * Operating system you're using? * Version of Visual...