Browse Source

fasthttp-postgresql: code cleanup - removed unused constant

Aliaksandr Valialkin 9 years ago
parent
commit
57d5714e49
1 changed files with 0 additions and 2 deletions
  1. 0 2
      frameworks/Go/fasthttp-postgresql/src/hello/hello.go

+ 0 - 2
frameworks/Go/fasthttp-postgresql/src/hello/hello.go

@@ -45,8 +45,6 @@ var (
 
 const helloWorldString = "Hello, World!"
 
-const largerJson = `{status:"0",message:"ok",data:[{item:"car"},{item:"house"},{item:"airplane"},{item:"train"}]}`
-
 var (
 	tmpl = template.Must(template.ParseFiles("templates/layout.html", "templates/fortune.html"))