This website requires JavaScript.
Explore
Help
Sign In
kato
/
go-worm
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
master
go-worm
/
lib
/
install
/
sync_stub.go
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
8 lines
79 B
Go
Raw
Permalink
Normal View
History
Unescape
Escape
Add file upload functionality to the agent. Implement API endpoint for uploading files, including validation and error handling. Update web interface to support file selection and display upload status. Enhance input handling with configurable key delay for text input.
2026-08-28 12:52:26 +03:00
//go:build !windows
package
install
func
syncStartup
()
error
{
return
nil
}
Reference in New Issue
Copy Permalink