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 ( import (
"bufio" "bufio"
"fmt" "fmt"
"io/ioutil"
"os" "os"
) )

View File

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