A command an control implementation in go. Let's see how far I can go with this.
Go to file
Alexander Hinrichs fdc6c4aac6 add autogeneration of help target for Makefile
Will aggregate targets and comments behind the target, sort them by
target alphabetically and print the output. Removes requirement to
update help target everytime something changes. targets without comment
will not appear in help output.
2025-01-15 07:52:03 +01:00
agents added Makefiles 2025-01-14 15:09:09 +00:00
generate-names added random name generator 2025-01-14 16:02:14 +00:00
static init 2025-01-06 11:07:53 +01:00
templates cleanup 2025-01-14 14:47:04 +00:00
.gitignore added Makefiles 2025-01-14 15:09:09 +00:00
LICENSE
Makefile add autogeneration of help target for Makefile 2025-01-15 07:52:03 +01:00
README.md
go.mod init 2025-01-06 11:07:53 +01:00
go.sum init 2025-01-06 11:07:53 +01:00
gomatic.sql added IP address to the agents 2025-01-10 02:47:33 +01:00
main.go added random name generator 2025-01-14 16:02:14 +00:00
randomName.go added random name generator 2025-01-14 16:02:14 +00:00
rename.sh init 2025-01-06 11:07:53 +01:00

README.md

gontrol

A command an control implementation in go. Let's see how far I can go with this.