Skip to content

badwriter123/golang_backend_logics

Repository files navigation

Hello --> All of Golang backend questions for interview prep , and solutions available in this repo.

Some important Golang pointers

1. In GOLANG classes are not used. Instead packages are used.
2. There is no concept of OOPS,. like in java.
3. Each Go file must belong to some package. And it should start with the keyword package followed by the package name.
4. Every executable Go file must have main package. It is like a default package to execute Golang code.

Questions and Solutions will be pushed Daily.

1. Feb 14 2026 -> Initial commit to this repo with basic Hello World file

2. Feb 15 2026 -> Sample Golang server present in server1.go -> server folder. Contains an HTML form to do basic addition and how it runs is handled by server1.go, /math-form/ route. Will drop simple code next time. Will start with the basic.

3. Mar 11 2026 -> Sample golang server present in example_server1.go . Contains simple server written to show users the functionality of golang servers and handlers. Thank you.

Thank You for Droppin by... ❤️ Rohan A M...

About

My collection of backend implementations in GOLANG !!!!!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors