summaryrefslogtreecommitdiff
path: root/set.go
diff options
context:
space:
mode:
Diffstat (limited to 'set.go')
-rw-r--r--set.go13
1 files changed, 0 insertions, 13 deletions
diff --git a/set.go b/set.go
deleted file mode 100644
index 8821e0d..0000000
--- a/set.go
+++ /dev/null
@@ -1,13 +0,0 @@
-package gitpb
-
-func (repo *Repo) SetReadOnly(b bool) {
- repo.ReadOnly = b
-}
-
-func (repo *Repo) SetTargetVersion(target string) {
- repo.TargetVersion = target
-}
-
-func (repo *Repo) SetMasterBranchName(s string) {
- repo.MasterBranchName = s
-}