Categorygithub.com/devlights/gomy
repository
0.7.0
Repository: https://github.com/devlights/gomy.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
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
No description provided by the author

# README

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-task

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

Howto

Build

$ task fmt vet
$ task build

Test

$ task test

Cover

$ task cover