Skip to content

Commit

Permalink
Merge pull request #2 from webability-go/late-night
Browse files Browse the repository at this point in the history
patch v0.0.0
  • Loading branch information
metalwolf committed Apr 3, 2020
2 parents ca4d905 + 0e2286e commit 03f6dcb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions wajaf.go
Expand Up @@ -13,3 +13,16 @@ const VERSION = "0.0.0"
// if LOG is set to TRUE, LOG indicates to the XCore libraries to log a trace of functions called, with most important parameters.
// LOG can be set to true or false dynamically to trace only parts of code on demand.
var LOG = false

type App struct {
}

func NewFromXMLString(data string) *App {

return &App{}
}

func (a *App) GetJSON() string {

return "{\"status\":\"OK\"}"
}

0 comments on commit 03f6dcb

Please sign in to comment.