mirror of
https://github.com/zarzet/SpotiFLAC-Mobile.git
synced 2026-03-31 09:01:33 +02:00
9 lines
219 B
Go
9 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"
|
|
)
|