diff options
| author | Jesse Ezell <[email protected]> | 2014-02-26 10:41:20 -0800 |
|---|---|---|
| committer | Jesse Ezell <[email protected]> | 2014-02-26 10:41:20 -0800 |
| commit | e2db9b16cda4aec7c94efc19cf2379578bef1b48 (patch) | |
| tree | 165db4b63d6296e93b1a8febd6b780f858f969b4 /git.go | |
| parent | 1c1f7bd1fab3be4a1274149292979bea4ee8aadf (diff) | |
| parent | 32bf5f0a234e0c3cd00dc8eec349ee820f765f19 (diff) | |
merge latest, cleanup error handling, add thread locks
Diffstat (limited to 'git.go')
| -rw-r--r-- | git.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,8 +10,8 @@ import ( "bytes" "errors" "runtime" - "unsafe" "strings" + "unsafe" ) const ( |
