-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.article
41 lines (23 loc) · 825 Bytes
/
main.article
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
31
32
33
34
35
36
37
38
39
40
# DO NOT EDIT GENERATED by presenti
A inline presentation system for Go
The presenti Authors
https://www.github.com/dupoxy/presenti/
* Install
To Install:
$ go get -u github.com/dupoxy/presenti
build status:
.image https://drone.io/github.com/dupoxy/presenti/status.png
* Readme
.code README
* Be nice
It try to be nice to godoc and other Go tools too.
To do so, it uses a notebook marker:
.code main.go /^const/,/\n/
And also by only using top level comments and checking that they have an umpty \n after the end.
* why
To keep talks in sync with the code.
* Constrains
- keep it as simple as possible.
- A .go file equal an .article/Slide file to group code by subject.
- do not replace doc.go, godoc and flag.Usage().
- use multiple line comments so they can be minimized if your code editor does that.