SteelPhase
SteelPhase
yes, I use my custom json encoder quite a bit. My current solution is modified from what I posted.
I am in support of the idea this project represents, but these conversations bring up one thing to me. Why doesn't something like this get published by the Go team....
I think I missed something in my original comment. This was at a time when I was moving from small one off projects, to something significantly larger at work while...
I think an excellent start to anything even remotely like this could just be to point out the resources you've all been dumping as alternatives. There's all this great info...
It seems that there is some confusion around suggestions about project layouts, and the resulting rigid package naming that would be involved. If you take this repo without the `golang-standards`...
I've heard it to referred to as external testing, but [this page covers the functionality](https://tip.golang.org/cmd/go/#hdr-Test_packages). I'm sure there's more info available > Test files that declare a package with the...
Yes it is, I'll see if I can come up with a simple way to solve this.
This feature is documented [here](https://golang.org/cmd/go/#hdr-Test_packages). > Test files that declare a package with the suffix "_test" will be compiled as a separate package, and then linked and run with the...
Not sure if these will help but these are some of the links I came across. - alec-hs/Flaxs-Arma-Server-Tool#12 - https://forums.alliedmods.net/showthread.php?t=288061 - https://steamcommunity.com/discussions/forum/1/215439774859993377/ - https://www.reddit.com/r/Steam/comments/7hudin/steamcmd_bug/ - http://arkservermanager.freeforums.net/thread/2755/error-mod-download-failed - https://www.reddit.com/r/armadev/comments/7qzgqt/workshop_downloads_timeout/
Ubuntu 19.04, was whatever the latest version was available at the time of creation.