mirror of
https://github.com/square/certigo.git
synced 2024-04-21 12:32:40 +00:00
+16
@@ -0,0 +1,16 @@
|
||||
---
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
- 1.6
|
||||
|
||||
before_install:
|
||||
- go get -v ./...
|
||||
|
||||
install:
|
||||
- go build -v .
|
||||
|
||||
before_script:
|
||||
- go vet -v . # run go vet to find suspicious constructs
|
||||
- "! (gofmt -d . | grep .)" # ensure that all code is properly formatted
|
||||
@@ -1,3 +1,7 @@
|
||||
# certigo
|
||||
|
||||
[](https://raw.githubusercontent.com/square/certigo/master/LICENSE)
|
||||
[](https://travis-ci.org/square/certigo)
|
||||
[](https://goreportcard.com/report/github.com/square/certigo)
|
||||
|
||||
certigo is a utility to examine and validate certificates in a variety of formats.
|
||||
|
||||
Reference in New Issue
Block a user