Skip to content

Commit

Permalink
Update README.md: add missing 'time' import in code example (#49)
Browse files Browse the repository at this point in the history
* Added missing "time" import in README.md

* Use tab

---------

Co-authored-by: Vojtech Vitek (golang.cz) <vojtech.vitek@gmail.com>
  • Loading branch information
neuralcoral and VojtechVitek authored Nov 28, 2024
1 parent 24ebb38 commit 9d627fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ package main

import (
"net/http"
"time"

"github.com/go-chi/chi/v5"
"github.com/go-chi/chi/v5/middleware"
Expand Down

0 comments on commit 9d627fb

Please sign in to comment.