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.
1 parent 8ed88d8 commit 9fa615aCopy full SHA for 9fa615a
.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