Refactoring

This commit is contained in:
2022-01-14 15:16:41 +01:00
parent 69c61bc190
commit 3848c54184
5 changed files with 10 additions and 10 deletions

View File

@@ -9,9 +9,9 @@ import (
)
func main() {
option_parser := obioptions.GenerateOptionParser(obifind.OptionSet)
optionParser := obioptions.GenerateOptionParser(obifind.OptionSet)
_, args, _ := option_parser(os.Args)
_, args, _ := optionParser(os.Args)
//prof, _ := os.Create("obifind.prof")
//pprof.StartCPUProfile(prof)