go fmt
This commit is contained in:
parent
edac661d26
commit
1f526b5331
@ -1,8 +1,8 @@
|
||||
package chip8
|
||||
|
||||
import (
|
||||
"math/rand"
|
||||
"fmt"
|
||||
"math/rand"
|
||||
)
|
||||
|
||||
const graphicsBufferSize = 64 * 32
|
||||
@ -386,4 +386,3 @@ func (cpu *Chip8) PerformCycle() {
|
||||
cpu.fifteenIndexOpcodes()
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"git.jacknet.io/S.D/Chip-8_Go/chip8"
|
||||
"fmt"
|
||||
"git.jacknet.io/S.D/Chip-8_Go/chip8"
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user