this repo has no description

Fix build.yml: remove unavailable 'file' command

+1 -1
+1 -1
.tangled/workflows/build.yml
··· 34 34 command: "go test -v ./..." 35 35 36 36 - name: "Show binary info" 37 - command: "ls -la godemo && file godemo" 37 + command: "ls -la godemo"