Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitff5660f

Browse files
committed
chore(go): Add warning about main branch
Main branch is in a state of flux because of the partitioned cookieattribute which won't land in go until version 1.23. Added awarning to this affect as well as upped the version of go in thego.mod to 1.23 to indicate this change.
1 parent8e2d547 commitff5660f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

‎README.md‎

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
#sessions
1+
#Gorilla Sessions
2+
3+
>[!CAUTION]
4+
>The main branch of this respository is in flux and being prepared for the[Go 1.23 release](https://github.com/golang/go/milestone/212). Please use released versions as per the release page.
25
36
![testing](https://github.com/gorilla/sessions/actions/workflows/test.yml/badge.svg)
47
[![codecov](https://codecov.io/github/gorilla/sessions/branch/main/graph/badge.svg)](https://codecov.io/github/gorilla/sessions)

‎go.mod‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
modulegithub.com/gorilla/sessions
22

3-
go1.20
3+
go1.23
44

55
requiregithub.com/gorilla/securecookiev1.1.2

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp