Merge pull request #12 from hobbyistlabs-coder/cleanup-deprecated-helpers-5574681692232593982

🧹 [code health] Remove deprecated version and build info helpers
This commit is contained in:
hobbyistlabs-coder 2026-03-13 16:31:13 -04:00 committed by GitHub
commit 272279728a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -29,6 +29,3 @@ func GetConfigPath() string {
func LoadConfig() (*config.Config, error) {
return config.LoadConfig(GetConfigPath())
}