Skip to content
/ gomy Public

This package is a personal library for Go language.

License

Notifications You must be signed in to change notification settings

devlights/gomy

Repository files navigation

What's this?

This package is a personal library for Go language.

For more information, see PkgGoDev .

Gitpod ready-to-code

Go VersionCodeFactorGo Report Card

Environments

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 22.04.2 LTS
Release:        22.04
Codename:       jammy
$ go version
go version go1.20.5 linux/amd64

Requirements

$ go install github.com/go-task/task/v3/cmd/task@latest

Howto

Build

$ task fmt vet
$ task build

Test

$ task test

Cover

$ task cover