mirror of
https://github.com/makeplane/plane.git
synced 2026-07-12 21:40:18 +02:00
12 lines
113 B
Plaintext
12 lines
113 B
Plaintext
go 1.22.4
|
|
|
|
use (
|
|
./cli
|
|
./lib/cron
|
|
./lib/healthcheck
|
|
./lib/logger
|
|
./lib/api
|
|
./lib/router
|
|
./lib/feat_flag
|
|
)
|