mirror of
https://github.com/harshabose/client.git
synced 2025-09-26 19:31:20 +08:00
7 lines
113 B
Go
7 lines
113 B
Go
//go:build !cgo_enabled
|
|
|
|
package client
|
|
|
|
// BWEController dummy when BWE is disabled
|
|
type BWEController struct{}
|