add cmd file and go module file
This commit is contained in:
commit
cc8309fab2
10
cmd/dsnet.go
Normal file
10
cmd/dsnet.go
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
package main
|
||||||
|
|
||||||
|
import (
|
||||||
|
"os"
|
||||||
|
"github.com/naggie/dsnet"
|
||||||
|
)
|
||||||
|
|
||||||
|
func main() {
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user