SAP / go-ase

SAP ASE Database Client for Go
Apache License 2.0
25 stars 14 forks source link

Fix/stringer style header #72

Closed ntnn closed 4 years ago

ntnn commented 4 years ago

Description

In #65 I added os.Args in its entirety to the generated header - which included the full path in os.Args[0]. This is of course different for almost everybody and would cause the generate test in the github actions to fail for every PR.

This PR prunes os.Args[0] to its base.

How was the patch tested?

https://github.com/ntnn/go-ase/runs/901472371?check_suite_focus=true