Hello. This repo contains code for medium article about service functions in ruby.
Here lies source code of simmilar functionallity in golang for comparison and exploration.
- Service functions in Ruby this is original source that was used in Medium article
- Service functions in Golang
- Service functions in Elixir
- Golang 1.21
- Install Go 1.21
- Clone repo
- Run
go build -v ./...
to build dependencies - Run
go test -v ./...
to run tests - Play around and feel free to provide your feeback, suggestions and comments