This website requires JavaScript.
Explore
Help
Register
Sign In
urko
/
go-cert-gen
Watch
1
Star
0
Fork
You've already forked go-cert-gen
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
feat: update makefile
Browse Source
...
This commit is contained in:
Urko
2023-02-15 19:49:14 +01:00
parent
9a470510a4
commit
6088b91dbd
1 changed files
with
5 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
6
Makefile
Unescape
Escape
View File
@ -1,2 +1,6 @@
lint
:
golangci-lint run ./...
golangci-lint run ./...
goreportcard
:
goreportcard-cli -v
test
:
go
test
./...
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
urko/go-cert-gen
Title
Body
Create Issue