mirror of
https://github.com/nezhahq/nezha.git
synced 2025-01-23 05:08:13 -05: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()
|
|
}
|