images

module
v0.0.0-...-5228209 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 14, 2024 License: Apache-2.0

README

Images GoLang Library

Twitter URL Generic badge

GitHub License

.github/workflows/images-go.yml

Codacy Badge

Codacy Badge Coverage Status codecov

GitHub language count GitHub top language GitHub top language

Technologies used

Please check the TechStack.md file for details.

How to build

go get -t -v github.com/stretchr/testify/assert

Check that the GO properties are correctly set:

1. MAC-OS
GOPATH=/Users/<username>/go
GOROOT=/usr/local/opt/go/libexec
GO111MODULE=auto

GO111MODULE can be unset in most test cases.

How to run

Go to points directory:

cd points
1. Test
go test
2. Coverage
go test --cover
3. Coverage with .out file
go test -coverprofile=coverage.out
4. Coverage with .html file
go test -coverprofile=coverage.out && go tool cover -html=coverage.out 

How to install Go Lang

brew install golang

References

About me

GitHub followers

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL