mirror of
https://github.com/foomo/gotrspc-mobile-examples.git
synced 2025-10-16 12:35:38 +00:00
9 lines
198 B
Modula-2
9 lines
198 B
Modula-2
module github.com/foomo/gotsrpc-mobile-examples/file-share
|
|
|
|
go 1.22.2
|
|
|
|
require (
|
|
github.com/davecgh/go-spew v1.1.1 // indirect
|
|
golang.org/x/mobile v0.0.0-20240506190922-a1a533f289d3 // indirect
|
|
)
|