Latest Articles
5 Most Used Tools to Dox Someone [Free and Paid]
5 paid and open source doxing tools to dox someone using different methods
Golang Compare String PROPERLY [3 Methods]
golang compare strings using comparision operators, compare() method or equalof() method
Golang Optional Parameters [Usage & Examples]
Different methods to use golang optionals parameters are Variadic function, Optional string parameters, Optional numerical parameters, Optional struct …
Golang Tabs vs Space for indentation - Formatting Tips
The official recommendation is to use golang TABs for indentation and formatting. We can format go code automatically using go fmt or goimports command
Is golang tuple possible? [SOLVED]
By design golang tuple is not possible but we can work around this by using interfaces and generics.
