Skip to content

Commit 36aadd6

Browse files
committed
Auto-commit
1 parent e24979d commit 36aadd6

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

auth-service/src/test_uuid.go

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
package main
2+
3+
import (
4+
"fmt"
5+
"github.com/google/uuid"
6+
)
7+
8+
func main() {
9+
fmt.Println("Generated UUID for JTI:", uuid.New().String())
10+
}

0 commit comments

Comments
 (0)