mirror of
https://github.com/nezhahq/nezha.git
synced 2025-03-11 08:18:13 -04:00
8 lines
103 B
Go
8 lines
103 B
Go
package main
|
|
|
|
import "github.com/naiba/nezha/cmd/agent/pty"
|
|
|
|
func main() {
|
|
pty.DownloadDependency()
|
|
}
|