You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For tracking what version of vk-gen was used to generate go-vk, the "Generated code" comment at the top of each file should be marked with a commit number. Figuring out how that will be identified is TBD, may require a shell script to get the info from git. Also need to identify, if possible, what spec version vk.xml is.
Also, clean up the timestamp to remove monotonic clock marker, fractional seconds. Use time.Round(0) or convert to UTC.
Current header: // Code generated by go-vk from vk.xml at 2023-03-06 11:50:15.7116574 -0600 CST m=+1.971386201. DO NOT EDIT.
Desired format: // Code generated from $file ver $vkVersion at $shortTimestamp using $executableOrRepository $version. DO NOT EDIT.
i.e.: // Code generated from vk.xml ver 1.3.240 at 2023-03-06 11:50:15 -0600 CST using vk-gen v1.2.7 DO NOT EDIT.
The text was updated successfully, but these errors were encountered:
For tracking what version of vk-gen was used to generate go-vk, the "Generated code" comment at the top of each file should be marked with a commit number. Figuring out how that will be identified is TBD, may require a shell script to get the info from git. Also need to identify, if possible, what spec version vk.xml is.
Also, clean up the timestamp to remove monotonic clock marker, fractional seconds. Use time.Round(0) or convert to UTC.
Current header:
// Code generated by go-vk from vk.xml at 2023-03-06 11:50:15.7116574 -0600 CST m=+1.971386201. DO NOT EDIT.
Desired format:
// Code generated from $file ver $vkVersion at $shortTimestamp using $executableOrRepository $version. DO NOT EDIT.
i.e.:
// Code generated from vk.xml ver 1.3.240 at 2023-03-06 11:50:15 -0600 CST using vk-gen v1.2.7 DO NOT EDIT.
The text was updated successfully, but these errors were encountered: