Fixing package names after reorg

This commit is contained in:
Chris Sexton 2012-11-13 20:18:55 -05:00
parent a2a232f8b6
commit 0bd976d456
2 changed files with 9 additions and 4 deletions

View File

@ -1,9 +1,8 @@
package main
package gofuck
import (
"bufio"
"fmt"
"io/ioutil"
"os"
)

View File

@ -1,9 +1,15 @@
package main
import "brainfuck"
import (
"bitbucket.org/phlyingpenguin/go-fuck"
"bufio"
"os"
"io/ioutil"
)
func main() {
m := New()
m := gofuck.New()
instructions := make([]byte, 0)
// read in the instructions