summaryrefslogtreecommitdiff
path: root/git.go
diff options
context:
space:
mode:
authorJesse Ezell <[email protected]>2014-02-26 10:41:20 -0800
committerJesse Ezell <[email protected]>2014-02-26 10:41:20 -0800
commite2db9b16cda4aec7c94efc19cf2379578bef1b48 (patch)
tree165db4b63d6296e93b1a8febd6b780f858f969b4 /git.go
parent1c1f7bd1fab3be4a1274149292979bea4ee8aadf (diff)
parent32bf5f0a234e0c3cd00dc8eec349ee820f765f19 (diff)
merge latest, cleanup error handling, add thread locks
Diffstat (limited to 'git.go')
-rw-r--r--git.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.go b/git.go
index 7c76c30..db9522b 100644
--- a/git.go
+++ b/git.go
@@ -10,8 +10,8 @@ import (
"bytes"
"errors"
"runtime"
- "unsafe"
"strings"
+ "unsafe"
)
const (