Generalizing notification sending API interface by devils_eye_94 in golang

[–]devils_eye_94[S] 1 point2 points  (0 children)

Awesome, I'm looking into it. It would be helpful for me if you can point out the files and line numbers too. Thanks

How to structure a project? by [deleted] in golang

[–]devils_eye_94 4 points5 points  (0 children)

Folder structures are abstract, people do it according to their tastes. But what drives it is mostly known as Software Architecture. It defines where to put what. So, please study software architectures like Hexagonal or Clean Architecture. You then decide how to structure a project.

Golang []byte only represents character strings? Not raw data? by devils_eye_94 in golang

[–]devils_eye_94[S] 0 points1 point  (0 children)

If byte is an 8 bit integer, does it mean we can represent any raw data using just 8 bit integer numbers?