[#302] Fix golint underscore linter errors
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
7e30b0b9c8
commit
74a68af5c2
5 changed files with 10 additions and 43 deletions
|
@ -19,7 +19,7 @@ func main() {
|
|||
|
||||
c := initCfg(*configFile)
|
||||
|
||||
init_(c)
|
||||
initApp(c)
|
||||
|
||||
bootUp(c)
|
||||
|
||||
|
@ -28,7 +28,7 @@ func main() {
|
|||
shutdown(c)
|
||||
}
|
||||
|
||||
func init_(c *cfg) {
|
||||
func initApp(c *cfg) {
|
||||
c.ctx = grace.NewGracefulContext(nil)
|
||||
|
||||
initGRPC(c)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue