Skip to content
Snippets Groups Projects
Select Git revision
  • 5ffde9f32d9745f65d1b644f250464c39518e36f
  • main default protected
2 results

config.go

Blame
  • Code owners
    Assign users and groups as approvers for specific file changes. Learn more.
    config.go 92 B
    package utils
    
    import "time"
    
    //making this a global variable
    var StartTime time.Time