diff --git a/main.go b/main.go index ecab338..29ba771 100644 --- a/main.go +++ b/main.go @@ -27,7 +27,7 @@ func main() { log.Printf("Starting HTTP Server, Listening at %s", server.Addr) // start your cron service in a go routine - // go executeCronJob() + go executeCronJob() // GO thing. You can declare and then use the same variable if. if err := server.ListenAndServe(); err != http.ErrServerClosed { diff --git a/readme.md b/readme.md index 9be1cb5..93e9687 100644 --- a/readme.md +++ b/readme.md @@ -10,12 +10,12 @@ This repo contains implementation of a Url Shortner written in [Go](https://gola ## Contents -- [About](#what-is-gorubu?) -- [Monitoring](#monitoring) -- [Why goRubu](#why-gorubu?) -- [Running Server](#running-server-:gear:) - - [Docker](#docker) - - [Local](#local) +- What is goRubu +- Monitoring +- Why goRubu +- Running Server + - Docker + - Local - [API](#api) - [Contributing](#contributing-:beers:) - [Maintainer](#maintainer) @@ -38,7 +38,7 @@ system and application metrics.

Grafana on Top of Prometheus

-Prometheus +

Prometheus

## Why goRubu? :dog: