Commit Graph

5 Commits

Author SHA1 Message Date
dcdadbeb20 separating http handler to separate structs
using the pattern supported by http.ServeMux since go 1.22
2024-11-25 19:46:18 +09:00
afb3ad33af set proper dependency in Makefile 2024-11-23 12:41:49 +09:00
dcc0c6afc6 updated Makefile to call protoc only if it's needed.
added the generated grpc code to repository
2024-11-23 12:34:23 +09:00
a78a0a4fc4 reorganized the source to place the resuable code under the hodu package and keep the command entry point in the main package under the cmd directory 2024-11-23 12:30:23 +09:00
f02536bf24 added some experimental code using grpc 2024-11-12 22:59:37 +09:00