Latest Articles
[SOLVED] Restrict FTP user to a directory in Linux
Use chroot_local_user to restrict FTP user to a directory in vsftpd.conf in Linux. You can specify the directory name and path which acts as home directory for …
Set GOPATH Variable in Linux & Windows PROPERLY
Steps to modify or set GOPATH variable in go env in both Linux and Windows. Make the changes permanent (persistent)
Golang power calculation using math.Pow() function
Calculate the power of integers and float number using math.pow() function and other possible methods.
Golang string interpolation Explained [With Examples]
The golang string interpolation can be done using different fmt packages such as Printf(), Sprintf(). Fprintf() and Errorf()
How to PROPERLY write multiline strings in GO?
How to declare golang multiline string. Declare a multiline string with and without special characters and escape characters used for new line or Tab delimiter. …
