浏览代码

updated repository name

bmallred 10 年之前
父节点
当前提交
ecc5ee8c36
共有 1 个文件被更改,包括 1 次插入1 次删除
  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