ADMFactory
ADM
How to convert a string into lowercase in Golang using ToLower method from strings package.
ToLower
strings
How to convert a string into a hex string in Golang using EncodeToString method from encoding/hex package.
EncodeToString
encoding/hex
How to convert hex to string in Golang using the DecodeString method from encoding/hex package.
DecodeString
How to rename a git branch in simple steps: rename branch, delete old remote, push the new branch and reset the upstream branch.
To remove a remote you can use the command git remote rm in the terminal, from the root folder of your repository.
To rename a remote you can use the command git remote rename in the terminal, from the root folder of your repository.
Follow Us On
Useful links