refactor: reorganize modules and add Linux build tooling
This commit is contained in:
12
module/social/feed/cmd/cli/main.go
Normal file
12
module/social/feed/cmd/cli/main.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"bsm/full/module/social/feed/internal/config"
|
||||
)
|
||||
|
||||
func main() {
|
||||
config.New("feed")
|
||||
fmt.Println(config.Spec.Databases)
|
||||
}
|
||||
Reference in New Issue
Block a user