Enum Mappings #320

Merged
netnose merged 2 commits from enum-mappings into master 2016-08-27 12:27:11 -05:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 298f2e2111 - Show all commits

View File

@ -13,6 +13,7 @@ import (
type BranchType uint
const (
BranchAll BranchType = C.GIT_BRANCH_ALL
BranchLocal BranchType = C.GIT_BRANCH_LOCAL
BranchRemote BranchType = C.GIT_BRANCH_REMOTE
)