Files
netch/Other/tap2socks/deps.ps1
2021-07-20 10:05:31 +08:00

9 lines
155 B
PowerShell

Push-Location (Split-Path $MyInvocation.MyCommand.Path -Parent)
rm -Force go.*
go mod init tap2socks
go mod tidy
Pop-Location
exit $lastExitCode