1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-26 00:29:47 +02:00

Disable native GitHub commits module

This commit is contained in:
Harvey Kandola 2018-04-11 15:08:03 +01:00
parent b1d677778b
commit 1ea30ee8e1
4 changed files with 8 additions and 8 deletions

View file

@ -11,15 +11,13 @@
package github
import (
gogithub "github.com/google/go-github/github"
)
import gogithub "github.com/google/go-github/github"
const (
tagSummaryData = "summaryData"
)
// sort branches in order that that should be presented.
// sort branches in order that they should be presented.
type branchesToSort []githubBranch