https://github.com/schubergphilis/mcvs-golang-project-root
Mission Critical Vulnerability Scanner (MCVS) Golang Project Root contains a Golang snippet that determines the root of a project.
https://github.com/schubergphilis/mcvs-golang-project-root
go golang mcvs
Last synced: 2 months ago
JSON representation
Mission Critical Vulnerability Scanner (MCVS) Golang Project Root contains a Golang snippet that determines the root of a project.
- Host: GitHub
- URL: https://github.com/schubergphilis/mcvs-golang-project-root
- Owner: schubergphilis
- License: mit
- Created: 2025-01-28T07:26:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-01-19T09:03:34.000Z (5 months ago)
- Last Synced: 2026-01-30T15:10:13.853Z (4 months ago)
- Topics: go, golang, mcvs
- Language: Go
- Size: 37.1 KB
- Stars: 0
- Watchers: 16
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mcvs-golang-project-root
An example can be found [here](./examples). To run it, issue:
```zsh
go run examples/main.go
```