mirror of
				https://github.com/SSLMate/certspotter.git
				synced 2025-07-03 10:47:17 +02:00 
			
		
		
		
	submitct: apply gofmt
This commit is contained in:
		
							parent
							
								
									732a660767
								
							
						
					
					
						commit
						8b9c08b984
					
				@ -80,14 +80,14 @@ func (c Chain) GetRawCerts() [][]byte {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
type CertificateBunch struct {
 | 
			
		||||
	byFingerprint	map[[32]byte]*Certificate
 | 
			
		||||
	bySubject	map[[32]byte]*Certificate
 | 
			
		||||
	byFingerprint map[[32]byte]*Certificate
 | 
			
		||||
	bySubject     map[[32]byte]*Certificate
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
func MakeCertificateBunch() CertificateBunch {
 | 
			
		||||
	return CertificateBunch{
 | 
			
		||||
		byFingerprint:	make(map[[32]byte]*Certificate),
 | 
			
		||||
		bySubject:	make(map[[32]byte]*Certificate),
 | 
			
		||||
		byFingerprint: make(map[[32]byte]*Certificate),
 | 
			
		||||
		bySubject:     make(map[[32]byte]*Certificate),
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user