summaryrefslogtreecommitdiff
path: root/vendor/modernc.org/token/Makefile
diff options
context:
space:
mode:
authorLibravatar dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-03-04 09:42:11 +0000
committerLibravatar GitHub <noreply@github.com>2024-03-04 09:42:11 +0000
commitadb4cdcf6c9eacd369eaaf5b21774b198d57c040 (patch)
treea4f9c8fe2ce147fa952bcb795690afb9bb2affcb /vendor/modernc.org/token/Makefile
parent[bugfix] update postgresqlstmt to correctly use postgres err hook (#2711) (diff)
downloadgotosocial-adb4cdcf6c9eacd369eaaf5b21774b198d57c040.tar.xz
[chore]: Bump modernc.org/sqlite from 1.28.0 to 1.29.2 (#2718)
Diffstat (limited to 'vendor/modernc.org/token/Makefile')
-rw-r--r--vendor/modernc.org/token/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/vendor/modernc.org/token/Makefile b/vendor/modernc.org/token/Makefile
index 8af951ab1..be445590e 100644
--- a/vendor/modernc.org/token/Makefile
+++ b/vendor/modernc.org/token/Makefile
@@ -24,8 +24,10 @@ cpu: clean
go test -run @ -bench . -cpuprofile cpu.out
go tool pprof -lines *.test cpu.out
+
edit:
- gvim -p Makefile *.go
+ @touch log
+ @if [ -f "Session.vim" ]; then gvim -S & else gvim -p Makefile *.go & fi
editor:
gofmt -l -s -w *.go