浏览代码

fasthttp-postgresql: code cleanup - removed unused constant

Aliaksandr Valialkin 10 年之前
父节点
当前提交
57d5714e49
共有 1 个文件被更改,包括 0 次插入2 次删除
  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 helloWorldString = "Hello, World!"
 
 
-const largerJson = `{status:"0",message:"ok",data:[{item:"car"},{item:"house"},{item:"airplane"},{item:"train"}]}`
-
 var (
 var (
 	tmpl = template.Must(template.ParseFiles("templates/layout.html", "templates/fortune.html"))
 	tmpl = template.Must(template.ParseFiles("templates/layout.html", "templates/fortune.html"))