Tools

Go Language JSON to Struct


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
Ever saw a huge JSON string and wanted it as a Go Language Struct? Here’s a great tool to automagically convert that JSON to a usable struct for your golang application. https://mholt.github.io/json-to-go/ Try it out for yourself! 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 { "user": [{ "id": 1, [...]


Tools

Auto Connect Rancher Hosts


Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383

Warning: WP_Syntax::substituteToken(): Argument #1 ($match) must be passed by reference, value given in /usr/www/phpsites/public/yayprogramming/wp-content/plugins/wp-syntax/wp-syntax.php on line 383
This script was extremely useful for me, you would run this script on a new host for your rancher server. It will automatically connect to the rancher server, and add it as a node. This script will automatically install Docker (for ubuntu-trusty) and add host in your rancher server. Script for Ubuntu 14.04 (trusty) 1 2 3 4 5 6 7 8 9 10 [...]




Tools

Easier Domain Searching

I personally think GoDaddy logs the domain searches and might be buying them before you can. I’ve had a couple domains I’ve check out before, they were available, but in about 2 days it was bought. Since then I don’t use GoDaddy for searching domains, i only buy them there. For domain searching I use [...]


Go Language

Google reCAPTCHA in Go Language