mirror of
				https://git.zx2c4.com/wireguard-go
				synced 2025-10-31 11:56:22 +08:00 
			
		
		
		
	rwcancel: no-op builds for windows and darwin
This lets us include the package on those platforms in a followup commit where we split out a conn package from device. It also lets us run `go test ./...` when developing on macOS. Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
This commit is contained in:
		 David Crawshaw
					David Crawshaw
				
			
				
					committed by
					
						 David Crawshaw
						David Crawshaw
					
				
			
			
				
	
			
			
			 David Crawshaw
						David Crawshaw
					
				
			
						parent
						
							9cd8909df2
						
					
				
				
					commit
					224bc9e60c
				
			
							
								
								
									
										8
									
								
								rwcancel/rwcancel_windows.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										8
									
								
								rwcancel/rwcancel_windows.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,8 @@ | ||||
| // SPDX-License-Identifier: MIT | ||||
|  | ||||
| package rwcancel | ||||
|  | ||||
| type RWCancel struct { | ||||
| } | ||||
|  | ||||
| func (*RWCancel) Cancel() {} | ||||
		Reference in New Issue
	
	Block a user