mirror of
https://github.com/netchx/netch.git
synced 2026-03-14 17:43:18 +08:00
9 lines
152 B
PowerShell
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
|