Browse Source

Merge pull request #225 from brunoqc/patch-1

Fix the hello.go link
Patrick Falls 12 years ago
parent
commit
57bd407065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      go/README.md

+ 1 - 1
go/README.md

@@ -3,7 +3,7 @@
 This is the go portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 This is the go portion of a [benchmarking test suite](../) comparing a variety of web development platforms.
 
 
 ### JSON Encoding Test
 ### JSON Encoding Test
-* [JSON test source](hello.go)
+* [JSON test source](src/hello/hello.go)
 
 
 ## Versions
 ## Versions