2019-01-24 20:15:10 +00:00
|
|
|
// Copyright (C) 2019 Storj Labs, Inc.
|
2018-10-25 00:14:38 +01:00
|
|
|
// See LICENSE for copying information.
|
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
import (
|
2020-02-21 16:28:20 +00:00
|
|
|
"storj.io/gateway/private/cmd"
|
2018-10-25 00:14:38 +01:00
|
|
|
)
|
|
|
|
|
2020-02-21 16:28:20 +00:00
|
|
|
func main() { cmd.Main() }
|