Hello
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Kekskurse 2022-01-16 12:06:26 +01:00
parent ec9359c849
commit 36c5bd2b48
Signed by: kekskurse
GPG Key ID: 728ACCB59341E7E4
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View File

@ -1 +1,2 @@
.idea
.idea
tmp/

View File

@ -20,7 +20,7 @@ func main() {
})
http.HandleFunc("/", func(writer http.ResponseWriter, request *http.Request) {
writer.Write([]byte("Hallo"))
})
http.ListenAndServe(":8080", nil)