From a33875f9c5479b8bb78835b630ce60507c70f2a8 Mon Sep 17 00:00:00 2001 From: Carlos Martín Nieto Date: Mon, 17 Jun 2013 01:55:36 +0200 Subject: Packbuilder: compilation fixes Don't name the return values, as they conflict with the names we want inside and the types don't match what we want to have inside. We need them to be two-way channels in the function, and then pass unidirectional references to the different functions. --- git.go | 1 - 1 file changed, 1 deletion(-) (limited to 'git.go') diff --git a/git.go b/git.go index d8cacc4..6f81293 100644 --- a/git.go +++ b/git.go @@ -11,7 +11,6 @@ import ( "errors" "unsafe" "strings" - "fmt" ) const ( -- cgit v1.2.3