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

https://github.com/devlights/go-test-tags-option

This is example for go test command with -tags option.
https://github.com/devlights/go-test-tags-option

go golang

Last synced: about 2 months ago
JSON representation

This is example for go test command with -tags option.

Awesome Lists containing this project

README

        

# go-test-tags-option
This is example for ```go test -tags=xxxx```

## Usage

```sh
$ make
```

## Run

```sh
$ make tests
```