Skip to content
Snippets Groups Projects
Commit f0145769 authored by Sercan Yesildal's avatar Sercan Yesildal
Browse files

health module added

parents
Branches main
No related tags found
No related merge requests found
go.mod 0 → 100644
package health
func Echo(message string) string {
return message
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment