summaryrefslogtreecommitdiff
path: root/set.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-17 06:37:14 -0600
committerJeff Carr <[email protected]>2024-12-17 06:37:14 -0600
commit233f7bca767aab9df55adea409e9820050631586 (patch)
tree1ce61760e8b31077b9accc9b1da978d935a132d3 /set.go
parent4bc95ad2684cb42159229b8198aa8a2377f80aa1 (diff)
lots of changes to isolate exec 'git'
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
-}