mirror of
https://github.com/spotiflacapp/SpotiFLAC-Mobile.git
synced 2026-06-01 03:15:17 +07:00
8 lines
219 B
Go
8 lines
219 B
Go
// This file ensures gomobile dependencies are not removed by go mod tidy.
|
|
// These packages are required by gomobile bind but not directly imported in code.
|
|
|
|
package gobackend
|
|
|
|
import (
|
|
_ "golang.org/x/mobile/bind"
|
|
)
|