Files
netch/Other/tun2socks/deps.ps1
2021-07-16 06:00:50 +08:00

11 lines
170 B
PowerShell

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