-
Notifications
You must be signed in to change notification settings - Fork 12
/
GoProjects
30 lines (21 loc) · 847 Bytes
/
GoProjects
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
1. A sample http server using gorilla framework:
https://gitlab.com/projtemplates/go.git
2. Code Examples - generate graphical view of sourcecode:
https://gitlab.com/RajaSrinivasan/codex.git
3. Explore random numbers:
https://gitlab.com/RajaSrinivasan/random.git
4. Command Executor:
https://gitlab.com/RajaSrinivasan/exec.git
5. Esoteric collection of utilities:
https://gitlab.com/privatetutor/projectlets/go.git
6. Stream Socket to UDP socket gateway
https://github.com/RajaSrinivasan/strudpgw.git
7. Secura Package Manager
https://github.com/RajaSrinivasan/spm
GUI examples using GTK and fyne for comparison :
1. Snakes
[email protected]:ToprLLC/snakes.git
2. Puzzle - based on the "15" tiles
[email protected]:ToprLLC/puzzle.git
3. Curves -
[email protected]:ToprLLC/curves.git