/goaleasoluciones

Common libraries for writing Go services/applications.

Primary LanguageGoMIT LicenseMIT

goaleasoluciones

CI GoDoc License

Common libraries for writing go services/applications.

  • cirtuitbreaker
  • clock
  • crontask
  • log
  • retrier
  • safemap
  • scheduledtask
  • timetoken
  • yamlreader

Build

You need a Go runtime installed in your system which supports modules. A nice way to have multiple Go versions and switch easily between them is the g application.

make build

Testing

make test