projects
/
lightning.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
19524: Output PCA.
[lightning.git]
/
lightning
/
main.go
1
// Copyright (C) The Lightning Authors. All rights reserved.
2
//
3
// SPDX-License-Identifier: AGPL-3.0
4
5
package main
6
7
import "github.com/arvados/lightning"
8
9
func main() {
10
lightning.Main()
11
}