Skip to content

Commit

Permalink
refactor: remove tests (temporarily) and reorganize code to fit Go
Browse files Browse the repository at this point in the history
conventions
  • Loading branch information
renan061 committed Mar 22, 2024
1 parent fff8d07 commit 1f32f20
Show file tree
Hide file tree
Showing 6 changed files with 364 additions and 862 deletions.
2 changes: 1 addition & 1 deletion cmd/cartesi-machine/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import (

func main() {
var machine *emulator.Machine
defer machine.Free()
defer machine.Delete()
var mgr *emulator.RemoteMachineManager
defer mgr.Free()
var err error
Expand Down
1 change: 0 additions & 1 deletion pkg/emulator/.gitignore

This file was deleted.

Loading

0 comments on commit 1f32f20

Please sign in to comment.