#29 srpm/go.lua: avoid remove char 'v' from project name
Merged by eclipseo. Opened by sixg0000d.
Unknown source master

Download 29.patch

example:
If goipath is github.com/v2fly/v2ray-core/v4/main/confloader , the goname should be golang-github-v2fly-v2ray-core-4-main-confloader .
But in current version go.lua, function rpmname, the result is golang-github-2fly-2ray-core-4-main-confloader .

rebased onto 65a2d82b029fc2dfba4db6a8ec86554c9debff8f

This change will need to be matched in go2rpm.

Pull-Request has been merged by eclipseo

Metadata