GITLAB

aarongao / leyoutu_server

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • leyoutu_server
  • API
  • Layout.go
  • 56a66138   .. Browse Code ยป
    aarongao
    2020-02-18 16:06:31 +0800  
Layout.go 178 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package Api

import (
	"net/http"
)

func Layout(res http.ResponseWriter, req *http.Request) bool {

	//fmt.Println("layout")
	//
	//res.Write([]byte("layout"))

	return true

}