vulsio / go-exploitdb

Tool for searching Exploits from Exploit Databases, etc.
MIT License
251 stars 55 forks source link

refactor: use std slices, maps package #220

Closed MaineK00n closed 2 months ago

MaineK00n commented 2 months ago

If this Pull Request is work in progress, Add a prefix of “[WIP]” in the title.

What did you implement:

Use slices and maps from the standard library instead of experimental slices and maps.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

ci test

Checklist:

You don't have to satisfy all of the following.

Is this ready for review?: YES

Reference