config.go
Tue, 11 Apr 2017 17:15:12 +0200 Ollivier Robert BaseURL must be specified as base_URL in the TOML file.
Tue, 11 Apr 2017 17:04:40 +0200 Ollivier Robert Add a baseURL parameter to NewApp().
Tue, 11 Apr 2017 11:51:47 +0200 Ollivier Robert Change all ID into string, I guess this was to avoir overflow.
Mon, 10 Apr 2017 23:47:46 +0200 Ollivier Robert Display location.
Mon, 10 Apr 2017 22:20:13 +0200 Ollivier Robert Repeat after me, filepath.Join uses "," to separate args, not "+"
Mon, 10 Apr 2017 20:55:45 +0200 Ollivier Robert Allocate stuff the same way everywhere.
Mon, 10 Apr 2017 20:47:08 +0200 Ollivier Robert Again, fix allocation.
Mon, 10 Apr 2017 20:45:57 +0200 Ollivier Robert Unshadow variable, fix test.
Mon, 10 Apr 2017 19:35:54 +0200 Ollivier Robert Actually allocate storage before Unmarshall().
Mon, 10 Apr 2017 17:14:56 +0200 Ollivier Robert Add a few checks & logging.
Mon, 10 Apr 2017 16:20:02 +0200 Ollivier Robert Properly load/write configuration files.
Thu, 06 Apr 2017 23:33:54 +0200 Ollivier Robert Start a config module.
Thu, 06 Apr 2017 23:31:31 +0200 Ollivier Robert Move App stuff into app.go.
less more (0) tip