mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
- Changed module path from golang.org/x/mobile to github.com/netbirdio/gomobile-tvos-fork - Renamed gomobile → gomobile-netbird - Renamed gobind → gobind-netbird - Updated all internal imports - Updated README.md with new installation and usage instructions
10 lines
179 B
Go
10 lines
179 B
Go
// This file imports implicit dependencies required by generated code.
|
|
|
|
//go:build mobile_implicit
|
|
|
|
package bind
|
|
|
|
import (
|
|
_ "github.com/netbirdio/gomobile-tvos-fork/bind/seq"
|
|
)
|