mirror of
https://github.com/mgerb/mywebsite
synced 2026-01-09 17:32:51 +00:00
finished paging
This commit is contained in:
@@ -31,8 +31,6 @@ func ReadConfig() Config {
|
||||
|
||||
log.Printf("%s\n", string(file))
|
||||
|
||||
//m := new(Dispatch)
|
||||
//var m interface{}
|
||||
var result Config
|
||||
|
||||
err := json.Unmarshal(file, &result)
|
||||
|
||||
Reference in New Issue
Block a user