vulsio / go-cve-dictionary

Build a local copy of CVE (NVD and Japanese JVN). Server mode for easy querying.
Apache License 2.0
368 stars 109 forks source link

refactor: use std slices, maps package #403

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