Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyBanks committed Jun 19, 2019
1 parent 31950c2 commit 445a05e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -14,7 +14,7 @@ func main() {

f := fib()

res := &response{Message: "Hullo Wurld"}
res := &response{Message: Hullo Wurld}

for _, e := range os.Environ() {
pair := strings.Split(e, "=")
Expand Down

0 comments on commit 445a05e

Please sign in to comment.