aboutsummaryrefslogtreecommitdiffstats
path: root/worktree_bsd.go
diff options
context:
space:
mode:
authorYuce Tekol <yucetekol@gmail.com>2018-10-22 18:46:43 +0300
committerYuce Tekol <yucetekol@gmail.com>2018-10-23 01:35:30 +0300
commit1241d740739fd0a2a157db9c935cf9272b52ec0f (patch)
tree297a6e513a1d24d06033e7a70c4b87ddabb78f1b /worktree_bsd.go
parentf2a7dad17c6fdc7e6c9a99bac8a6d09ec1c71c01 (diff)
downloadgo-git-1241d740739fd0a2a157db9c935cf9272b52ec0f.tar.gz
Enables building on openbsd, dragonfly bsd and solaris
Signed-off-by: Yuce Tekol <yucetekol@gmail.com>
Diffstat (limited to 'worktree_bsd.go')
-rw-r--r--worktree_bsd.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_bsd.go b/worktree_bsd.go
index 3b374c7..9ff670e 100644
--- a/worktree_bsd.go
+++ b/worktree_bsd.go
@@ -1,4 +1,4 @@
-// +build darwin freebsd netbsd openbsd
+// +build darwin freebsd netbsd
package git