From 9a8b92d028c1d3cc75fd2fdfcafdb5bcdba6e026 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Thu, 4 May 2017 15:04:26 -0400 Subject: [PATCH] Update README --- README.md | 2 +- github/payload.go | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1ee22aa..94bb05c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ Library webhooks ================ -![Project status](https://img.shields.io/badge/version-3.1.0-green.svg) +![Project status](https://img.shields.io/badge/version-3.1.1-green.svg) [![Build Status](https://travis-ci.org/go-playground/webhooks.svg?branch=v3)](https://travis-ci.org/go-playground/webhooks) [![Coverage Status](https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github)](https://coveralls.io/github/go-playground/webhooks?branch=v3) [![Go Report Card](https://goreportcard.com/badge/go-playground/webhooks)](https://goreportcard.com/report/go-playground/webhooks) diff --git a/github/payload.go b/github/payload.go index 2b1a183..0df30d5 100644 --- a/github/payload.go +++ b/github/payload.go @@ -2,8 +2,6 @@ package github import "time" -// PushPayload contains the information for GitHub's push hook event - // CommitCommentPayload contains the information for GitHub's commit_comment hook event type CommitCommentPayload struct { Action string `json:"action"`