sort go import in readme

This commit is contained in:
peperoncino 2022-09-11 18:51:58 +09:00
parent add39c6f94
commit 2fbb282335
1 changed files with 2 additions and 1 deletions

View File

@ -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() {