Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pygolang
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Carlos Ramos Carreño
pygolang
Commits
de09663c
Commit
de09663c
authored
Dec 02, 2020
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pygolang v0.0.8
parent
cd59f5a5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
33 additions
and
1 deletion
+33
-1
CHANGELOG.rst
CHANGELOG.rst
+32
-0
golang/__init__.py
golang/__init__.py
+1
-1
No files found.
CHANGELOG.rst
View file @
de09663c
Pygolang
change
history
-----------------------
0.0.8
(
2020
-
12
-
02
)
~~~~~~~~~~~~~~~~~~
-
Add
support
for
SlapOS
(`
commit
1
`
__
,
2
__
,
3
__
,
4
__
).
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
60e89902
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
483
df486
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
92
bb5bcc
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
0f
a9d6e7
-
Add
way
to
run
tests
under
`
Nexedi
testing
infrastructure
`
__
(
commit__
).
__
https
://
www
.
erp5
.
com
/
NXD
-
Presentation
.
ci
.
testing
.
system
.
buildout
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
d5b1eca0
-
Fix
`
gpython
`
crash
when
invoked
via
relative
path
as
e
.
g
.
`./
bin
/
gpython
`
(
commit__
).
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
076
cdd8f
-
More
fixes
for
`
gpython
`
to
be
compatible
with
CPython
on
command
line
handling
(`
commit
1
`
__
,
2
__
,
3
__
,
4
__
,
5
__
,
6
__
,
7
__
,
8
__
).
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
64088e8
a
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
167912
d3
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
26058
b5b
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
21756
bd3
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
11
b367c6
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
8564
dfdd
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
840
a5eae
__
https
://
lab
.
nexedi
.
com
/
nexedi
/
pygolang
/
commit
/
cd59f5a5
0.0.7
(
2020
-
09
-
22
)
~~~~~~~~~~~~~~~~~~
...
...
golang/__init__.py
View file @
de09663c
...
...
@@ -33,7 +33,7 @@ See also package golang.pyx which provides similar functionality for Cython nogi
from
__future__
import
print_function
,
absolute_import
__version__
=
"0.0.
7.post1
"
__version__
=
"0.0.
8
"
__all__
=
[
'go'
,
'chan'
,
'select'
,
'default'
,
'nilchan'
,
'defer'
,
'panic'
,
'recover'
,
'func'
,
'error'
,
'b'
,
'u'
,
'gimport'
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment