Code Review
/
ric-app
/
rc.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
review
|
tree
history
|
raw
|
HEAD
Fixed the Build Issues
[ric-app/rc.git]
/
cmd
/
rc.go
1
package main
2
3
import (
4
"gerrit.o-ran-sc.org/r/ric-app/rc/control"
5
)
6
7
func main() {
8
c := control.NewControl()
9
c.Run()
10
}