Skip to content
Snippets Groups Projects
Commit 2e16fd5a authored by Martin Schmollinger's avatar Martin Schmollinger
Browse files

Solution to exercise of unit 01-05

parent d45ce9f5
No related branches found
No related tags found
No related merge requests found
module gitlab.reutlingen-university.de/go-exercises/go-starter/exercise_0105
go 1.20
require gitlab.reutlingen-university.de/schmolli/health v0.0.0-20230320151559-a29f58ac80c7
gitlab.reutlingen-university.de/schmolli/health v0.0.0-20230320151559-a29f58ac80c7 h1:807hQOGxHRYU3an7d8UJTb6hob8kErjLy2rWIa6VHQs=
gitlab.reutlingen-university.de/schmolli/health v0.0.0-20230320151559-a29f58ac80c7/go.mod h1:Xth0s/1t29p3xzVY7BdjChyfBY0mIaFvGMTAaK1uC8I=
package main
import (
"fmt"
"gitlab.reutlingen-university.de/schmolli/health"
)
func main() {
fmt.Println(health.Echo("Hi from other package"))
}
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