Skip to content

Commit

Permalink
Added new changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rv404674 committed Jul 4, 2020
1 parent 4088c32 commit d69863d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -38,7 +38,7 @@ system and application metrics.
<p align="left"> Grafana on Top of Prometheus </p>

<img style="float: left;" width="600" src="./assets/prometheus_targets.png">
Prometheus
<p align="left"> Prometheus </p>

## Why goRubu? :dog:

Expand Down

0 comments on commit d69863d

Please sign in to comment.