Files
netch/Other/tap2socks/deps.ps1
2021-07-10 14:16:34 +08:00

12 lines
202 B
PowerShell

$exec=(Split-Path $MyInvocation.MyCommand.Path -Parent)
$last=(Get-Location).Path
Set-Location $exec
rm -Force go.*
go mod init tap2socks
go mod tidy
Set-Location $last
exit $lastExitCode