Skip to content

ireward/wago

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wago

A shared library that is used in different Go projects within iReward Health.

Prerequisites

In order to use this library, you need to have at least version 1.18 of Go installed on your device, since it makes use of Generics, which were introducted in version 1.18. To check if you have go and the corresponding version installed, the the following command in your command line:

go version

If Go is installed, you should see the version thats installed.

Installation

To install wago and its dependencies, you have to options:

  • If using Go modules, just import the packages that you want to use and afterwards run go mod tidy.
import (
    "github.com/ireward/wago/log"
)
  • To download the library from GitHub, use the go get command
go get github.com/ireward/wago

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages