Skip to content
This repository has been archived by the owner on Jul 13, 2022. It is now read-only.

Remove toml config code #516

Merged
merged 6 commits into from
Sep 4, 2020
Merged

Remove toml config code #516

merged 6 commits into from
Sep 4, 2020

Conversation

luu-alex
Copy link

Changes

  • Removing toml from config.go and config_test.go

Closes: #433

config/config.go Outdated
@@ -119,13 +86,13 @@ func (c *Config) validate() error {

func GetConfig(ctx *cli.Context) (*Config, error) {
var fig Config
path := DefaultConfigPath
path := ""
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we have a default json config?

@steviezhang steviezhang self-requested a review September 4, 2020 01:13
@steviezhang steviezhang merged commit a0b8698 into master Sep 4, 2020
@steviezhang steviezhang deleted the alex/remove-toml branch September 4, 2020 01:21
@ansermino ansermino mentioned this pull request Sep 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove toml config code
3 participants