package main import "coredemo/framework" func SubjectController(c *framework.Context) error { c.Json(200, "ok, SubjectController") return nil }