You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
				
					
						
							As spotted by the protobuf package via check-third-party.sh,
the two structs below are identical:
    type alias1 = int64
    type Struct1 struct { Alias alias1 }
    type alias2 = int64
    type Struct2 struct { Alias alias2 }
Our previous approach with stripStructTags dealt with struct tags,
but it did not deal with aliases, which are now present in go/types
thanks to the new alias tracking.
The new approach properly ignores struct tags and unaliases any
type aliases, resulting in correct hashes of any type.
						
					
				
			 | 
			10 months ago | |
|---|---|---|
| .. | ||
| asm.txtar | 12 months ago | |
| atomic.txtar | 12 months ago | |
| basic.txtar | 12 months ago | |
| cache.txtar | 12 months ago | |
| cgo.txtar | 12 months ago | |
| crossbuild.txtar | 12 months ago | |
| ctrlflow.txtar | 12 months ago | |
| debugdir.txtar | 12 months ago | |
| embed.txtar | 12 months ago | |
| goenv.txtar | 12 months ago | |
| gogarble.txtar | 12 months ago | |
| goversion.txtar | 10 months ago | |
| help.txtar | 10 months ago | |
| implement.txtar | 10 months ago | |
| imports.txtar | 12 months ago | |
| init.txtar | 12 months ago | |
| ldflags.txtar | 12 months ago | |
| linker.txtar | 12 months ago | |
| linkname.txtar | 12 months ago | |
| list_error.txtar | 12 months ago | |
| literals.txtar | 12 months ago | |
| modinfo.txtar | 12 months ago | |
| plugin.txtar | 12 months ago | |
| position.txtar | 12 months ago | |
| reflect.txtar | 11 months ago | |
| reverse.txtar | 12 months ago | |
| run.txtar | 12 months ago | |
| seed-cache.txtar | 12 months ago | |
| seed.txtar | 12 months ago | |
| syntax.txtar | 12 months ago | |
| test.txtar | 12 months ago | |
| tiny.txtar | 12 months ago | |
| typeparams.txtar | 12 months ago | |