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

9 lines
152 B
PowerShell

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