mirror of
https://github.com/lwch/natpass.git
synced 2024-04-21 12:41:54 +00:00
first commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/bin
|
||||
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
CGO_ENABLED=0 go build -o bin/np-svr code/server/*.go
|
||||
CGO_ENABLED=0 go build -o bin/np-cli code/client/*.go
|
||||
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package main
|
||||
|
||||
func main() {
|
||||
}
|
||||
Reference in New Issue
Block a user