/service-functions-go

Example of service functions written in golang

Primary LanguageGo

service-functions-go

Hello. This repo contains code for medium article about service functions in ruby.

Go

Here lies source code of simmilar functionallity in golang for comparison and exploration.

Related projects

  • Service functions in Ruby this is original source that was used in Medium article
  • Service functions in Golang
  • Service functions in Elixir

Dependencies

  • Golang 1.21

How to run

  1. Install Go 1.21
  2. Clone repo
  3. Run go build -v ./... to build dependencies
  4. Run go test -v ./... to run tests
  5. Play around and feel free to provide your feeback, suggestions and comments