Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joubertredrat/enum-golang

poc using struct and enum in golang
https://github.com/joubertredrat/enum-golang

Last synced: 18 days ago
JSON representation

poc using struct and enum in golang

Awesome Lists containing this project

README

        

# enum-golang
poc using struct and enum in golang

#### Run

```bash
go run cmd/main.go
```

#### Tests

```bash
go test -v ./...
```

#### Coverage

```bash
go test -v ./... -coverprofile=coverage.out
go tool cover -func=coverage.out
```