Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var BranchConfigFile = "branchconfig.json"
View Source
var Branchfolder = "branch"
View Source
var Invalidname = ".ignoreburp"
View Source
var Localrepo = ".burpfold"
Functions ¶
This section is empty.
Types ¶
type Branchformat ¶
type Branchformat struct { // defining struct variables Name string Branches []Subbranchformat }
type Subbranchformat ¶
type Subbranchformat struct { // defining struct variables Name string }
Click to show internal directories.
Click to hide internal directories.