@@ -1,11 +1,21 @@
package main
import (
"log"
"net/http"
"github.com/gin-gonic/gin"
"github.com/joho/godotenv"
)
func init() {
err := godotenv.Load()
if err != nil {
log.Fatal("Error loading .env file")
}
func main() {
r := gin.Default()
The note is not visible to the blocked user.