Articles under the 'Go' tag
Go will enhance Go1 backward compatibility!
Go1 Compatibility Guarantee
In Go1, the Go Compatibility Guarantee [Go 1 and the Future of Go Programs] ,was introduced, meaning that older versions of Go programs will also work correctly in newer versions that continue with Go. Of course, there are exceptions to this, such as security iss
...
More >>
2022-11-03
Go
/
Back End
/
Go1
An article to read the principle of Go Http Server
Start with a Demo
They say everything is hard at the beginning, but implementing an Http Server with Go is really not that hard, how easy is it? Starting a Server and responding to requests, counting package names, imported dependencies, and even empty lines, is only 15 lines of code.
...
More >>
2022-06-30
Go
/
Http Server
/
request
/
route
/
logic
Go releases the biggest update to the language ever!
On March 15, 2022, the Go core team announced the release of Go 1.18, which its official blog called “a huge milestone for the entire Go community”. In this release, the Go core team made the biggest syntax feature change since the Go language became open source - adding support for generics.
Here i
...
More >>
2022-03-27
Go
/
Generics
/
Fuzzing
/
Workspaces
/
performance