stevenleeg / gobb

A simple and fast bulletin board written in Go.
Other
130 stars 26 forks source link

Code does not compile due to broken imports ("sirjtaa") #1

Closed ChimeraCoder closed 10 years ago

ChimeraCoder commented 10 years ago

main.go tries to import the following two packages which are not in the standard library (and are not given a valid import path for third-party packages).

    "sirjtaa/controllers"
    "sirjtaa/config"
stevenleeg commented 10 years ago

Yep, I need to rename all of them to gobb. I'll get on that now.

ChimeraCoder commented 10 years ago

I've actually already done this - I can submit a pull request to save you the work

stevenleeg commented 10 years ago

That would be super. I've been trying to figure out the find/sed command to do it.

stevenleeg commented 10 years ago

Fixed by #4