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

Update readme.md #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update readme.md #89

wants to merge 1 commit into from

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