Skip to content

Commit

Permalink
Merge pull request #1 from stevewilliams-moj/feature/message
Browse files Browse the repository at this point in the history
Testing branch and github action
  • Loading branch information
sj-williams committed May 25, 2022
2 parents 5fd6e95 + 29317ef commit 79d5470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# go-simple-server

Just setting up to check git tools setup and working

Added github actions for docker build, testing with new branch.
2 changes: 1 addition & 1 deletion server.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

func helloWorld(w http.ResponseWriter, r *http.Request){
fmt.Fprintf(w, "Hello World")
fmt.Fprintf(w, "Hello, World!")
}

func main() {
Expand Down

0 comments on commit 79d5470

Please sign in to comment.