Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
pygolang
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
pygolang
Commits
411bdd7d
Unverified
Commit
411bdd7d
authored
Jan 16, 2019
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pygolang v0.0.0.dev7
parent
32a21d5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
1 deletion
+9
-1
CHANGELOG.rst
CHANGELOG.rst
+8
-0
__init__.py
golang/__init__.py
+1
-1
No files found.
CHANGELOG.rst
View file @
411bdd7d
Pygolang change history
=======================
0.0.0.dev7 (2019-01-16)
-----------------------
- Provide `gpython` interpreter, that sets UTF-8 as default encoding, integrates
gevent and puts `go`, `chan`, `select` etc into builtin namespace (commit__).
__ https://lab.nexedi.com/kirr/pygolang/commit/32a21d5b
0.0.0.dev6 (2018-12-13)
-----------------------
...
...
golang/__init__.py
View file @
411bdd7d
...
...
@@ -28,7 +28,7 @@
...
"""
__version__
=
"0.0.0.dev
6
"
__version__
=
"0.0.0.dev
7
"
__all__
=
[
'method'
,
'go'
,
'chan'
,
'select'
,
'default'
,
'defer'
,
'panic'
,
'recover'
,
'func'
,
'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