Skip to content

Commit 9fa615a

Browse files
committed
review and improvements
1 parent 8ed88d8 commit 9fa615a

File tree

4 files changed

+723
-129
lines changed

4 files changed

+723
-129
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ screenshots/*
55
.vscode
66
.cursor
77
snap*.png
8+
.hive-mind/
9+
BROWSERHTTP_IMPROVEMENTS.md

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ all: deps build build-examples
44

55
deps:
66
@echo "Deps"
7+
go mod tidy
78
go mod download
89
go mod verify
910

11+
1012
build:
1113
@echo "Building browserhttp library..."
1214
go build .

0 commit comments

Comments
 (0)