PHP array_shift equivalent in golang phptuts August 16, 2017 We use reflect as the example: Result: Continue Reading
PHP parse_str equivalent in golang phptuts August 16, 2017 PHP parse_str equivalent in golang is url.ParseQuery Example: Result: Continue Reading
fsockopen equivalent in golang phptuts August 6, 2017 Example with http link: Example with https link: Continue Reading
How to run golang web server forever on Linux phptuts August 6, 2017 To run nodejs webserver forever, you can use forever like: How to do this with golang ? There are many methods, i can show one… Continue Reading
How to install golang on Centos phptuts August 5, 2017 Step 1: For win64 For win32 Result example: You can see all available files: https://storage.googleapis.com/golang/ Step 2: extract tar.gz file For win64 For win32 Step… Continue Reading