Renamed receiver names
This commit is contained in:
+2
-2
@@ -7,9 +7,9 @@ import (
|
||||
|
||||
type GetLicenseController struct{ beego.Controller }
|
||||
|
||||
func (this *GetLicenseController) Get() {
|
||||
func (c *GetLicenseController) Get() {
|
||||
response := responses.NewXML(&responses.License{Valid: true})
|
||||
this.Ctx.Output.Body(response)
|
||||
c.Ctx.Output.Body(response)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user