release: version 0.17.7

This commit is contained in:
Hiddify
2024-03-10 19:45:03 +01:00
parent 5318d56327
commit c86b5ccb0d
14 changed files with 1195 additions and 1195 deletions

View File

@@ -1,11 +1,11 @@
//go:build !cgo
// +build !cgo
package bridge
import "unsafe"
func InitializeDartApi(api unsafe.Pointer) {
}
func SendStringToPort(port int64, msg string) {
}
//go:build !cgo
// +build !cgo
package bridge
import "unsafe"
func InitializeDartApi(api unsafe.Pointer) {
}
func SendStringToPort(port int64, msg string) {
}