Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
aidofitz authored Jun 30, 2021
1 parent 7c2bc4b commit 3c311a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func main() {

f := fib()

res := &response{Message: "Hello World"}
res := &response{Message: "Hello World Adrian"}

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

0 comments on commit 3c311a6

Please sign in to comment.