mirror of
https://github.com/harshabose/client.git
synced 2025-10-01 05:32:10 +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{}
|