~stephen-stewart/snapweb/client-side-filtering-and-ordering

« back to all changes in this revision

Viewing changes to cmd/snappyd/snappyd.go

  • Committer: Snappy Tarmac
  • Author(s): Sergio Schvezov
  • Date: 2015-05-03 22:01:52 UTC
  • mfrom: (109.1.5 webdm)
  • Revision ID: snappy_tarmac-20150503220152-3t1ydw42t9yikms9
Enabling golint and fixing the issues it found to be able to enable it by sergiusens approved by chipaca

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
func main() {
35
35
        logger.Println("Connecting to System Bus")
36
36
 
37
 
        InitURLHandlers(logger)
 
37
        initURLHandlers(logger)
38
38
 
39
39
        logger.Println("Snappy starting...")
40
40