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

final unit finished

parents
No related branches found
No related tags found
No related merge requests found
package main
import (
"fmt"
"gitlab.reutlingen-university.de/yesildas/health"
)
func main() {
echo := health.Echo("Ready steady go!")
fmt.Println(echo)
}
go.mod 0 → 100644
go.sum 0 → 100644
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