Rename from govpp-snmp-exmaple to govpp-snmp-agentx; Also rename the binary + README

This commit is contained in:
Pim van Pelt
2025-06-10 13:41:14 +02:00
parent 467975b9d6
commit 478168584d
8 changed files with 26 additions and 27 deletions

View File

@ -4,10 +4,10 @@ import (
"flag"
"log"
"govpp-snmp-example/agentx"
"govpp-snmp-example/config"
"govpp-snmp-example/ifmib"
"govpp-snmp-example/vppstats"
"govpp-snmp-agentx/agentx"
"govpp-snmp-agentx/config"
"govpp-snmp-agentx/ifmib"
"govpp-snmp-agentx/vppstats"
)
func main() {