{"id":53981,"library":"go-toolsmith-pkgload","title":"pkgload","description":"Package pkgload provides utilities for go/packages load-related operations.","status":"active","version":"1.2.2","language":"go","source_language":null,"source_url":"https://github.com/go-toolsmith/pkgload","tags":["go-packages","loading","utilities","tooling"],"install":[{"cmd":"go get github.com/go-toolsmith/pkgload","lang":"bash","label":"Install github.com/go-toolsmith/pkgload"}],"dependencies":[],"imports":[{"symbol":"pkgload","correct":"github.com/go-toolsmith/pkgload"}],"quickstart":{"code":"package main\n\nimport (\n\t\"fmt\"\n\t\"github.com/go-toolsmith/pkgload\"\n)\n\nfunc main() {\n\tcfg := pkgload.Config{\n\t\tMode: pkgload.LoadSyntax,\n\t}\n\tpkgs, err := pkgload.Load(&cfg, \"./...\")\n\tif err != nil {\n\t\tpanic(err)\n\t}\n\tfmt.Println(len(pkgs))\n}","lang":"go","description":"Load packages using pkgload"},"warnings":[],"env_vars":null,"search_vec":"'go':13 'go-packag':12 'go/packages':7 'load':9,15 'load-rel':8 'oper':11 'packag':2,14 'pkgload':1,3 'provid':4 'relat':10 'tool':17 'util':5,16","created_at":"2026-06-15T08:05:51.361630+00:00","updated_at":"2026-06-15T08:05:51.361630+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/go-toolsmith/pkgload","github":"https://github.com/go-toolsmith/pkgload","docs":"https://pkg.go.dev/github.com/go-toolsmith/pkgload#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}