Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update podspec, rename assets to drop @ #486

Merged
merged 1 commit into from Jun 10, 2015

Conversation

thomasvl
Copy link
Contributor

Update podspec for files that can build now.
Rename assets to not need @ in the name.

@liujisi
Copy link
Contributor

liujisi commented Jun 10, 2015

LGTM

liujisi added a commit that referenced this pull request Jun 10, 2015
Update podspec, rename assets to drop @
@liujisi liujisi merged commit 7b35416 into protocolbuffers:master Jun 10, 2015
@thomasvl thomasvl deleted the assets_podspec branch June 10, 2015 21:10
taoso pushed a commit to taoso/protobuf that referenced this pull request Aug 1, 2018
…ers#486)

Change the pre-gofmt generated code for oneof discriminant interfaces
from:
	type T interface { T() }
to:
	type T interface {
		T()
	}

Prior to Go 1.9, gofmt rewrote the single-line form into the multi-line
one. Go 1.10 and later preserve the single-line form for single-method
interfaces. Generating code that is handled identically by both versions
of gofmt avoids spurious diffs with golden test data.

Change-Id: Ibb229827823a50e963bcd1b34e59a286654b415f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants