1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-10-29 22:24:35 +00:00

tests: add syntax tests for go.mod and go.sum

This commit is contained in:
DarkMatter-999
2025-10-03 13:00:09 +05:30
parent d392cea348
commit 28ab873a3f
4 changed files with 22 additions and 0 deletions

5
tests/syntax-tests/source/Go/go.mod vendored Normal file
View File

@@ -0,0 +1,5 @@
module hugeparam
go 1.25.1
require golang.org/x/tools v0.37.0