server

module
v0.0.0-...-14e102d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 1, 2025 License: GPL-3.0

README

Android

gomobile bind -ldflags="-w -s -X github.com/honmaple/maple-file/server/internal/app.VERSION=1.0.9" -o ../app/android/app/libs/libserver.aar -target=android -androidapi 21 -javapkg="com.honmaple.maple_file" github.com/honmaple/maple-file/server/cmd/mobile

IOS

gomobile bind -ldflags="-w -s -X github.com/honmaple/maple-file/server/internal/app.VERSION=1.0.9" -o ../app/ios/Frameworks/libserver.xcframework -target=ios github.com/honmaple/maple-file/server/cmd/mobile

MacOS

go build -ldflags="-w -s -X github.com/honmaple/maple-file/server/internal/app.VERSION=1.0.9" -buildmode=c-shared -o ../app/macos/Frameworks/libserver.dylib github.com/honmaple/maple-file/server/cmd/desktop

Windows

set CGO_ENABLED=1
go build -ldflags="-w -s -X github.com/honmaple/maple-file/server/internal/app.VERSION=1.0.9" -buildmode=c-shared -o ../app/windows/libserver.dll github.com/honmaple/maple-file/server/cmd/desktop

Linux

go build -ldflags="-w -s -X github.com/honmaple/maple-file/server/internal/app.VERSION=1.0.9" -buildmode=c-shared -o ../app/linux/libserver.so github.com/honmaple/maple-file/server/cmd/desktop

Directories

Path Synopsis
cmd
desktop command
web command
internal
api
app
proto/api/file
Package file is a reverse proxy.
Package file is a reverse proxy.
proto/api/setting
Package setting is a reverse proxy.
Package setting is a reverse proxy.
proto/api/task
Package task is a reverse proxy.
Package task is a reverse proxy.
pkg

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL