Sobes.tech

Where is it better to describe interfaces — on the source side or on the consumer side?

271

What does the GOMAXPROCS variable control? What happens if you set it to one?

213

type someInterface interface { someFunc() } type A struct { } func(a A) someFunc() { } type B struct { A } type C struct { some A }

208

How do microservices interact with each other? Via HTTP requests or asynchronous interaction?

184

The errors package has two methods, Is and As. What is the difference and when are they used?

175

What are the problems of microservices architecture that you have encountered yourself?

164
/2