We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8ed88d8 + 9fa615a commit efbe98eCopy full SHA for efbe98e
.gitignore
@@ -5,3 +5,5 @@ screenshots/*
5
.vscode
6
.cursor
7
snap*.png
8
+.hive-mind/
9
+BROWSERHTTP_IMPROVEMENTS.md
Makefile
@@ -4,9 +4,11 @@ all: deps build build-examples
4
deps:
@echo "Deps"
+ go mod tidy
go mod download
go mod verify
10
11
+
12
build:
13
@echo "Building browserhttp library..."
14
go build .
0 commit comments