Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alvinometric/gostidoo
My solutions (in Go) to the interview questions in the "Rendez Vous with Cassidoo" newsletter
https://github.com/alvinometric/gostidoo
Last synced: about 1 month ago
JSON representation
My solutions (in Go) to the interview questions in the "Rendez Vous with Cassidoo" newsletter
- Host: GitHub
- URL: https://github.com/alvinometric/gostidoo
- Owner: alvinometric
- Created: 2023-07-26T16:41:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-22T18:43:13.000Z (about 1 year ago)
- Last Synced: 2024-10-15T20:24:18.226Z (about 1 month ago)
- Language: Go
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gostidoo
My solutions (in Go) to the interview questions in the "Rendez Vous with Cassidoo" newsletter.
Like I did with [this repo](https://github.com/alvinometric/rustidoo) but in Go and not Rust.
## Running the solutions
```sh
gow run ./solutions/301.go
```