NODX : my new coding compiler

Welcome to the intro of how to use my new compiler. Table of contents Getting started Supported coding How the compiler works chapter 1 To get started you’re going to need some knowledge ...
0 Read More

Go - (5) Errors & Loops

Error Handling Languages like JS use try catch blocks for error handling. But in Go, it is a bit different. Check the example below. ⛶func getUser() (string, error) { // ... some code here...
0 Read More