Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Update readme.md#89

Open
wybiral wants to merge 1 commit intoipfs-inactive:masterfrom
wybiral:master
Open

Update readme.md#89
wybiral wants to merge 1 commit intoipfs-inactive:masterfrom
wybiral:master

Conversation

@wybiral
Copy link

@wybiral wybiral commented Oct 10, 2017

The current examples/api/demoapp documentation has an error where it defines cfg twice using two different styles:

	cfg := &core.BuildCfg{
		Repo:   r,
		Online: true,
	}

	cfg := new(core.BuildCfg)
	cfg.Repo = r
	cfg.Online = true

This PR will make the documentation more consistent with the actual code.

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.

1 participant