Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loov/view-annotated-file
View annotated files based on line-spec
https://github.com/loov/view-annotated-file
wip
Last synced: 7 minutes ago
JSON representation
View annotated files based on line-spec
- Host: GitHub
- URL: https://github.com/loov/view-annotated-file
- Owner: loov
- License: unlicense
- Created: 2017-09-26T08:48:37.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-01-20T13:25:40.000Z (12 months ago)
- Last Synced: 2025-01-02T07:08:30.878Z (7 days ago)
- Topics: wip
- Language: Go
- Size: 183 KB
- Stars: 227
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# View Annotated File
![Screenshot](/screenshot.png?raw=true "Screenshot")
## Install
```
go get github.com/loov/view-annotated-file
```## Usage
```
go build -a -gcflags "all=-m -m -d=ssa/check_bce/debug" project 2> analysis.log
view-annotated-file analysis.log
```