latest - uses custom build image now
This commit is contained in:
@@ -3,7 +3,7 @@ package cli
|
||||
import "fmt"
|
||||
|
||||
// FIXME make this write to a bytes.Buffer with fprintf
|
||||
func dumpByteSlice(b []byte) {
|
||||
func DumpByteSlice(b []byte) {
|
||||
var a [16]byte
|
||||
n := (len(b) + 15) &^ 15
|
||||
for i := 0; i < n; i++ {
|
||||
|
||||
Reference in New Issue
Block a user