Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ccojocar/go-talk-security-checks

Essential security checks for your Go project
https://github.com/ccojocar/go-talk-security-checks

Last synced: about 2 months ago
JSON representation

Essential security checks for your Go project

Awesome Lists containing this project

README

        

# Essential security checks for your Go project

This was a talk given at GoLab 2023 in Florence, Italy.

## Prerequisites

You need first to make sue you have the `present` tool installed:
```bash
go install golang.org/x/tools/cmd/present
````

## View slides

You can now start the `present` tool in the root of this repository:

```bash
present -base . -content .
```

Open your web browser and visit http://127.0.0.1:3999.