Variable Variables are for storing data values. In Golang there are available data types for variables are string, int, boolean, and float32. There...
A go file has the following parts: Package declaration Import packages main() function Example: package main import "fmt" func main() { ...
Content Security Policy ( CSP ) CSP is a layer that helps to prevent certain types of attacks including Cross-Site Scripting ( XSS ) and data...
Go language statically typed language, compiled programming language designed at Google. Infrastructure has changed a lot in years with cloud and...
Statically Typed Languages Statically typed language needs to define variable data type before compiling the program Because the compiler doesn’t...