removing 3rd party deps.
This commit is contained in:
parent
7f36c08fbf
commit
8bc8b1087c
27 changed files with 1995 additions and 54 deletions
|
|
@ -2,6 +2,7 @@ package main
|
|||
|
||||
import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"github.com/wcharczuk/go-chart"
|
||||
"github.com/wcharczuk/go-web"
|
||||
|
|
@ -49,6 +50,7 @@ func main() {
|
|||
if err != nil {
|
||||
return rc.API().InternalError(err)
|
||||
}
|
||||
rc.Response.WriteHeader(http.StatusOK)
|
||||
return nil
|
||||
})
|
||||
log.Fatal(app.Start())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue