mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 00:32:25 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			118 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package nowish
 | |
| 
 | |
| //nolint
 | |
| type noCopy struct{}
 | |
| 
 | |
| //nolint
 | |
| func (*noCopy) Lock() {}
 | |
| 
 | |
| //nolint
 | |
| func (*noCopy) Unlock() {}
 |