Cleanup comments and recurse on Golang build search.

This commit is contained in:
Andrew Walsh 2023-11-26 22:13:59 -08:00
parent 643c9a42e0
commit e0a235eca5
2 changed files with 2 additions and 5 deletions

View file

@ -23,5 +23,5 @@ jobs:
version: v1.54 version: v1.54
- name: Build and test - name: Build and test
run: | run: |
go build -v go build -v ./...
go test -v ./... go test -v ./...

3
.vscode/launch.json vendored
View file

@ -1,7 +1,4 @@
{ {
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0", "version": "0.2.0",
"configurations": [ "configurations": [
{ {