[Other] rm -fr tap2socks

This commit is contained in:
Connection Refused
2021-09-19 09:02:40 +08:00
parent 01711fc2b3
commit d2b871133d
4 changed files with 0 additions and 27 deletions

View File

@@ -1,11 +0,0 @@
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
$Env:CGO_ENABLED='0'
$Env:GOROOT_FINAL='/usr'
$Env:GOOS='windows'
$Env:GOARCH='amd64'
go build -a -trimpath -asmflags '-s -w' -ldflags '-s -w' -o '..\release\tap2socks.exe'
Pop-Location
exit $lastExitCode

View File

@@ -1,8 +0,0 @@
Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
rm -Force go.*
go mod init tap2socks
go mod tidy
Pop-Location
exit $lastExitCode

View File

@@ -1,3 +0,0 @@
module tap2socks
go 1.17

View File

@@ -1,5 +0,0 @@
package main
func main() {
}