Skip to content

Commit

Permalink
sort go import in readme (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
Doarakko committed Sep 12, 2022
1 parent add39c6 commit 85a2237
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -47,9 +47,10 @@ Then in your Go app you can do something like
package main

import (
"github.com/joho/godotenv"
"log"
"os"

"github.com/joho/godotenv"
)

func main() {
Expand Down

0 comments on commit 85a2237

Please sign in to comment.