https://github.com/danvergara/go_interview_questions
https://github.com/danvergara/go_interview_questions
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/danvergara/go_interview_questions
- Owner: danvergara
- Created: 2022-09-07T01:23:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-16T17:44:07.000Z (almost 3 years ago)
- Last Synced: 2025-01-10T00:06:20.761Z (5 months ago)
- Language: Go
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
go interview questions
==============A set of interview questions, written in Go.
This started as a simple series of programming exercises to perform well in upcoming interviews.
Initially, I based this project off of [this Twitter thread](https://twitter.com/clcoding/status/1562264399515090945) on Python Interview Questions. I took the challenge of translating those examples into Go code.