projects
/
arvados-dev.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Aptly does not strip spaces from architecture names, sigh.
[arvados-dev.git]
/
cmd
/
art
/
cmd.go
1
// Copyright (C) The Arvados Authors. All rights reserved.
2
//
3
// SPDX-License-Identifier: Apache-2.0
4
5
package main
6
7
func main() {
8
Execute()
9
}