Skip to content

Commit efbe98e

Browse files
authored
Merge pull request #6 from gleicon/next
review and improvements
2 parents 8ed88d8 + 9fa615a commit efbe98e

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)