添加链接
link管理
链接快照平台
  • 输入网页链接,自动生成快照
  • 标签化管理网页链接

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement . We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account
Cannot construct uuid exec: "uuidgen": executable file not found in $PATH

A program should never assume that some other program is installed. It should mentioned in the README that some other packages are required.

BUT: uuid should not be called externally, just use one of the many uuid go libraries, e.g. google uuid, and use these.

mapago will not be platform independent if external programs are used (e.g. how to install uuidgen in windows? uuidgen.exe?