Skip to content

beard-programmer/service-functions-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of service functions written in golang

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages