sort go import in readme (#193)

pull/131/merge
Doarakko 2022-09-12 15:55:41 +09:00 committed by GitHub
parent add39c6f94
commit 85a2237126
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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() {