diff --git a/.doc.template b/.doc.template index 99a6163..c6dcad3 100644 --- a/.doc.template +++ b/.doc.template @@ -1,3 +1,4 @@ +![logo](logo.png) {{with .PDoc}}{{if $.IsMain}}> {{ base .ImportPath }} {{comment_md .Doc}}{{else}}# {{ .Name }} [![GoDoc](https://godoc.org/{{ .ImportPath }}?status.svg)](https://godoc.org/github.com/sbrow/{{ .Name }}) [![Build Status](https://travis-ci.org/sbrow/{{ .Name }}.svg?branch=master)](https://travis-ci.org/sbrow/{{ .Name }}) [![Coverage Status](https://coveralls.io/repos/github/sbrow/{{ .Name }}/badge.svg?branch=master)](https://coveralls.io/github/sbrow/{{ .Name }}?branch=master) [![Go Report Card](https://goreportcard.com/badge/{{ .ImportPath }})](https://goreportcard.com/report/{{ .ImportPath }}) diff --git a/CONTRIBUTORS b/CONTRIBUTORS new file mode 100644 index 0000000..2acf471 --- /dev/null +++ b/CONTRIBUTORS @@ -0,0 +1,2 @@ +Spencer Brower +psikoz \ No newline at end of file diff --git a/README.md b/README.md index 01b2c06..1ac7c6c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# ps +![logo](logo.png) + [![GoDoc](https://godoc.org/github.com/sbrow/ps?status.svg)](https://godoc.org/github.com/sbrow/ps) [![Build Status](https://travis-ci.org/sbrow/ps.svg?branch=master)](https://travis-ci.org/sbrow/ps) [![Coverage Status](https://coveralls.io/repos/github/sbrow/ps/badge.svg?branch=master)](https://coveralls.io/github/sbrow/ps?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/sbrow/ps)](https://goreportcard.com/report/github.com/sbrow/ps) `import "github.com/sbrow/ps"` diff --git a/logo.png b/logo.png new file mode 100644 index 0000000..99fe105 Binary files /dev/null and b/logo.png differ