Dagger improvements

This commit is contained in:
obscuren
2014-01-09 16:19:16 +01:00
parent d2b3071b4d
commit d895f83136
4 changed files with 68 additions and 21 deletions

View File

@ -1,5 +1,6 @@
package main
/*
import (
_"fmt"
"testing"
@ -72,4 +73,4 @@ func TestVm(t *testing.T) {
bm := NewBlockManager()
bm.ProcessBlock( block )
}
*/