coniks-sys / coniks-go

A CONIKS implementation in Golang
http://coniks.org
Other
116 stars 30 forks source link

application.LoadConfig() doesn't work #200

Closed vqhuy closed 6 years ago

vqhuy commented 6 years ago

Steps to Reproduce:

  1. coniksserver init
  2. coniksserver run

Error: Failed to load config: toml: unsupported type application.AppConfig

Note that toml only supports empty interfaces.