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

12 lines
199 B
PowerShell

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