https://github.com/jesperancinha/images-go
This library is to give support to image handling for the GoLang projects in Steelzack-Go
https://github.com/jesperancinha/images-go
Last synced: 7 months ago
JSON representation
This library is to give support to image handling for the GoLang projects in Steelzack-Go
- Host: GitHub
- URL: https://github.com/jesperancinha/images-go
- Owner: jesperancinha
- License: apache-2.0
- Created: 2015-11-12T05:33:17.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-09-14T12:00:25.000Z (about 1 year ago)
- Last Synced: 2025-01-21T21:32:17.208Z (9 months ago)
- Language: Go
- Size: 304 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Images GoLang Library
[](https://github.com/jesperancinha/images-go)
[](https://www.apache.org/licenses/LICENSE-2.0)
[](https://github.com/jesperancinha/images-go/actions/workflows/images-go.yml)
[](https://www.codacy.com/gh/jesperancinha/images-go/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/images-go&utm_campaign=Badge_Grade)
[](https://www.codacy.com/gh/jesperancinha/images-go/dashboard?utm_source=github.com&utm_medium=referral&utm_content=jesperancinha/images-go&utm_campaign=Badge_Coverage)
[](https://coveralls.io/github/jesperancinha/images-go?branch=master)
[](https://codecov.io/gh/jesperancinha/images-go)[](#)
[](#)
[](#)## Technologies used
Please check the [TechStack.md](TechStack.md) file for details.
## How to build
```shell
go get -t -v github.com/stretchr/testify/assert
```Check that the GO properties are correctly set:
### 1. MAC-OS
```shell
GOPATH=/Users//go
GOROOT=/usr/local/opt/go/libexec
GO111MODULE=auto
```>GO111MODULE can be unset in most test cases.
## How to run
Go to points directory:
```shell
cd points
```### 1. Test
```shell
go test
```### 2. Coverage
```shell
go test --cover
```
### 3. Coverage with .out file```shell
go test -coverprofile=coverage.out
```### 4. Coverage with .html file
```shell
go test -coverprofile=coverage.out && go tool cover -html=coverage.out
```## How to install Go Lang
```shell
brew install golang
```## References
- [How To Install Go and Set Up a Local Programming Environment on Ubuntu 18.04](https://www.digitalocean.com/community/tutorials/how-to-install-go-and-set-up-a-local-programming-environment-on-ubuntu-18-04)
- [How To Install and Set Up a Local Programming Environment for Go](https://www.digitalocean.com/community/tutorial_series/how-to-install-and-set-up-a-local-programming-environment-for-go)## About me
[](https://github.com/jesperancinha)