Start tusd program

This commit is contained in:
Felix Geisendörfer 2013-03-17 13:07:23 +01:00
parent deacf64d90
commit 7dfc9d16e3
1 changed files with 5 additions and 0 deletions

5
src/cmd/tusd/main.go Normal file
View File

@ -0,0 +1,5 @@
package main
func main() {
println("hello world")
}