Hello again,
After a year, I would like to share one of the top blog posts by Uber engineers.
As Uber mainly uses Golang, there are a lot to get.
https://eng.uber.com/category/articles/architecture
After a year, I would like to share one of the top blog posts by Uber engineers.
As Uber mainly uses Golang, there are a lot to get.
https://eng.uber.com/category/articles/architecture
👍5
Hello everyone,
There are two common situations where
• When you need to set up data in an external repository, such as a database
• When the code being tested depends on package-level variables that need to be initialized
reference: Link
There are two common situations where
TestMain
is useful:• When you need to set up data in an external repository, such as a database
• When the code being tested depends on package-level variables that need to be initialized
reference: Link
👍1
Hello Everyone!
I hope that you all know about
If not, please, refer: Link
Besides, that we have a cool thirty-party module by google.
I hope that you all know about
reflect.DeepEqual
, right?If not, please, refer: Link
Besides, that we have a cool thirty-party module by google.
Stack Overflow
How to compare if two structs, slices or maps are equal?
I want to check if two structs, slices and maps are equal.
But I'm running into problems with the following code. See my comments at the relevant lines.
package main
import (
"fmt"
"refl...
But I'm running into problems with the following code. See my comments at the relevant lines.
package main
import (
"fmt"
"refl...
👍1
Hello)
A few subscribers would like to learn docker.
https://docs.docker.com/get-started/resources/
Here we go)
A few subscribers would like to learn docker.
https://docs.docker.com/get-started/resources/
Here we go)
Docker Documentation
Educational resources
Get started resources learning docker
👍1
🔥1
What will be the output of the program?
Anonymous Quiz
40%
arr1: [2 3] arr2: [3]
48%
arr1: [3 3] arr2: [3]
12%
arr1: [0 3] arr2: [3]
👍3
Every member may wonder why a minute matters. While parsing the time, please be aware of constant formats that are defined in documentation.
go.dev
- The Go Programming Language