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.
- Host: GitHub
- URL: https://github.com/devlights/go-test-tags-option
- Owner: devlights
- License: mit
- Created: 2020-09-23T03:54:47.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T16:38:14.000Z (over 4 years ago)
- Last Synced: 2025-02-12T08:58:43.190Z (3 months ago)
- Topics: go, golang
- Language: Makefile
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```