mirror of
https://github.com/netchx/netch.git
synced 2026-05-11 23:45:06 +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
|