Categorygithub.com/useinsider/go-pkg
repository
0.10.4
Repository: https://github.com/useinsider/go-pkg.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

go-pkg

Current Available Packages

  • Redis
  • Sentry
  • Sql
  • Cacheable
  • Ssm

Installation

It is go gettable

go get github.com/useinsider/go-pkg
package main

import (
	"github.com/useinsider/go-pkg/insredis"
	"github.com/useinsider/go-pkg/inssentry"
)
...

Test

go test ./... -count=1