Skip to content

Commit

Permalink
Merge pull request #12 from energywebfoundation/develop
Browse files Browse the repository at this point in the history
Stagign release
  • Loading branch information
michalziobro authored Jan 23, 2023
2 parents 861e0fe + d32fa9e commit 2df51a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/sample-app/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
func main() {

handlers := latestblock.WrapperStruct{RpcUrl: "https://volta-rpc.energyweb.org"}
// Hello world, the web server
// Hello world

helloHandler := func(w http.ResponseWriter, req *http.Request) {
io.WriteString(w, "Hello, world!\n")
Expand Down

0 comments on commit 2df51a1

Please sign in to comment.