diff options
| author | Jeff Carr <[email protected]> | 2024-11-21 00:14:12 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-21 00:14:12 -0600 |
| commit | 9ce1554c88290e3b0de67501d7ab8dc4fd7034e3 (patch) | |
| tree | 9cea90bf2d53c710bdea569c40e1635eb6ce5f46 /readControlFile.go | |
| parent | 4bf23793574fb57d749cf6a213195b195f957017 (diff) | |
add GoPath: to .deb files
Diffstat (limited to 'readControlFile.go')
| -rw-r--r-- | readControlFile.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readControlFile.go b/readControlFile.go index bf55ca9..2dc214c 100644 --- a/readControlFile.go +++ b/readControlFile.go @@ -67,6 +67,8 @@ func (c *controlBox) readControlFile() error { c.Maintainer.SetText(value) case "Packager": c.Packager.SetText(value) + case "GoPath": + c.GoPath.SetText(value) case "URL": c.URL.SetText(value) case "Depends": |
