dev-lang/go: new package, add 1.25.8
This commit is contained in:
parent
3f0f98d27e
commit
386b991030
8 changed files with 349 additions and 0 deletions
17
dev-lang/go/metadata.xml
Normal file
17
dev-lang/go/metadata.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>williamh@gentoo.org</email>
|
||||
<name>William Hubbs</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">
|
||||
Go is a new systems programming language developed at google by
|
||||
Rob Pike. It has garbage collection, coroutines, communication
|
||||
channels and a clean syntax.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<remote-id type="cpe">cpe:/a:golang:go</remote-id>
|
||||
<remote-id type="github">golang/go</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue