mirror of
https://github.com/cloudflare/cloudflared.git
synced 2025-07-28 12:59:57 +00:00
TUN-8685: Bump coredns dependency
Closes TUN-8685
This commit is contained in:
12
vendor/github.com/gobwas/ws/util_purego.go
generated
vendored
Normal file
12
vendor/github.com/gobwas/ws/util_purego.go
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
//go:build purego
|
||||
// +build purego
|
||||
|
||||
package ws
|
||||
|
||||
func strToBytes(str string) (bts []byte) {
|
||||
return []byte(str)
|
||||
}
|
||||
|
||||
func btsToString(bts []byte) (str string) {
|
||||
return string(bts)
|
||||
}
|
Reference in New Issue
Block a user