mirror of
				https://github.com/k3s-io/kubernetes.git
				synced 2025-11-03 23:40:03 +00:00 
			
		
		
		
	github.com/pborman/uuid v1.2.0
This commit is contained in:
		
							
								
								
									
										2
									
								
								vendor/github.com/google/uuid/marshal.go
									
									
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								vendor/github.com/google/uuid/marshal.go
									
									
									
										generated
									
									
										vendored
									
									
								
							@@ -15,8 +15,6 @@ func (uuid UUID) MarshalText() ([]byte, error) {
 | 
			
		||||
 | 
			
		||||
// UnmarshalText implements encoding.TextUnmarshaler.
 | 
			
		||||
func (uuid *UUID) UnmarshalText(data []byte) error {
 | 
			
		||||
	// See comment in ParseBytes why we do this.
 | 
			
		||||
	// id, err := ParseBytes(data)
 | 
			
		||||
	id, err := ParseBytes(data)
 | 
			
		||||
	if err == nil {
 | 
			
		||||
		*uuid = id
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user