start to think about things.
This commit is contained in:
commit
91c50a294c
2 changed files with 13 additions and 0 deletions
4
main.go
Normal file
4
main.go
Normal file
|
@ -0,0 +1,4 @@
|
|||
package main
|
||||
|
||||
func main() {
|
||||
}
|
9
packages.json
Normal file
9
packages.json
Normal file
|
@ -0,0 +1,9 @@
|
|||
[
|
||||
{"repo": "git://github.com/paultag/go-debian",
|
||||
"path": "/go/debian",
|
||||
"packages": ["control", "dependency", "version"]},
|
||||
|
||||
{"repo": "git://github.com/paultag/go-topsort",
|
||||
"path": "/go/topsort",
|
||||
"packages": []}
|
||||
]
|
Loading…
Reference in a new issue