mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-05-14 13:51:33 +00:00
* Drop SQL engine and PostgreSQL server * Split SQL tooling into weed-db and weed-sql * move * fix building
8 lines
70 B
Go
8 lines
70 B
Go
package main
|
|
|
|
import "os"
|
|
|
|
func main() {
|
|
os.Exit(Run(os.Args[1:]))
|
|
}
|