Browse Source

updated repository name

bmallred 10 years ago
parent
commit
ecc5ee8c36
1 changed files with 1 additions and 1 deletions
  1. 1 1
      code.go

+ 1 - 1
code.go

3
import (
3
import (
4
	"log"
4
	"log"
5
5
6
	"code.revolvingcow.com/revolvingcow/go-code/cmd"
6
	"code.revolvingcow.com/revolvingcow/code/cmd"
7
)
7
)
8
8
9
// Main entry point to the application
9
// Main entry point to the application