You've already forked dcmerge
							
							chore(ci): be golangci-lint compatible
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				Golang Tests / unittest (push) Successful in 28s
				
			
		
			
				
	
				Markdown linter / markdown-lint (push) Successful in 3s
				
			
		
			
				
	
				Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m49s
				
			
		
			
				
	
				Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 2m13s
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	Golang Tests / unittest (push) Successful in 28s
				
			Markdown linter / markdown-lint (push) Successful in 3s
				
			Golang CI lint / golangci (stable, ubuntu-latest-amd64) (push) Successful in 1m49s
				
			Golang CI lint / golangci (stable, ubuntu-latest-arm64) (push) Successful in 2m13s
				
			This commit is contained in:
		@@ -55,8 +55,8 @@ func EqualStringMap[R Equalable](mapA, mapB map[string]R) bool {
 | 
			
		||||
 | 
			
		||||
// ExistsInMap returns true if object of type any exists under the passed name.
 | 
			
		||||
func ExistsInMap[T any](m map[string]T, name string) bool {
 | 
			
		||||
	switch {
 | 
			
		||||
	case m == nil:
 | 
			
		||||
	switch m {
 | 
			
		||||
	case nil:
 | 
			
		||||
		return false
 | 
			
		||||
	default:
 | 
			
		||||
		_, present := m[name]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user