Skip to content

Commit b148d59

Browse files
committed
First implementation
1 parent 06991dd commit b148d59

File tree

5 files changed

+810
-0
lines changed

5 files changed

+810
-0
lines changed

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/httpsig/go-sf
2+
3+
go 1.20

package.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
// Package sf is an implementation of IETF standard RFC8941, "Structured Field
2+
// Values for HTTP".
3+
package sf

0 commit comments

Comments
 (0)