Skip to content

Commit 7eb9cf9

Browse files
committed
time format fix
1 parent 8d3a13d commit 7eb9cf9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

handlers/gemini.go

-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import (
99
"log"
1010
"net/http"
1111
"os"
12-
"time"
1312

1413
"github.com/gofor-little/env"
1514
"github.com/google/generative-ai-go/genai"
@@ -20,7 +19,6 @@ type Snippet struct {
2019
Title string `json:"title"`
2120
Category string `json:"category"`
2221
Content string `json:"content"`
23-
DateTime time.Time `json:"date"`
2422
Notes string `json:"customNotes"`
2523
Type string `json:"type"`
2624
Source string `json:"source"`

0 commit comments

Comments
 (0)