forked from cloudmesh-community/book
-
Notifications
You must be signed in to change notification settings - Fork 1
/
go.bib
89 lines (80 loc) · 2.32 KB
/
go.bib
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
@Misc{www-go,
key = {Go},
title = {The Go Programming Language},
howpublished = {Web page},
month = sep,
year = 2018,
url = {https://golang.org/}
}
@Book{csp,
author = {C. A. R. Hoare},
title = {Communicating Sequential Processes},
publisher = {Electronit version of Prentice Hall International},
year = 1985,
url = {http://www.usingcsp.com/cspbook.pdf}
}
@Book{intro-occam,
author = {Daniel C. Hyde},
title = {Introduction to the Programming Language Occam},
publisher = {Bucknell University},
year = 1995,
url = {http://www.cs.otago.ac.nz/cosc441/occam.pdf}
}
@book{tutorial-occam,
author = {Pountain, Dick and May, David},
title = {A Tutorial Introduction to Occam Programming},
year = 1987,
isbn = {0-07-050606-X},
publisher = {McGraw-Hill, Inc.},
address = {New York, NY, USA},
url =
{http://www.transputer.net/obooks/72-occ-046-00/tuinocc.pdf}
}
@Misc{www-go-lang,
author = {{Golang}},
title = {The Go Programming Language},
howpublished = {Web page},
month = sep,
year = 2018,
url = {https://golang.org/doc/}
}
@Misc{tiobe,
author = {{Tiobe}},
title = {TIOBE Index},
howpublished = {Web page},
month = sep,
year = 2018,
url = {https://www.tiobe.com/tiobe-index/}
}
@Misc{go-seguin,
author = {Karl Seguin},
title = {The Little Go Book},
howpublished = {Web page},
month = jan,
year = 2018,
url = {https://github.com/karlseguin/the-little-go-book}
}
@Misc{go-langbot,
author = {{golangbot.com}},
title = {Golang Tutorial Series},
howpublished = {Web page},
month = sep,
year = 2018,
url = {https://golangbot.com/learn-golang-series/}
}
@Misc{go-yourbasic,
author = {{yourbasic.org}},
title = {Algorithms to Go},
howpublished = {Web page},
month = sep,
year = 2018,
url = {https://yourbasic.org/}
}
@Misc{go-McGranaghan,
author = {Mark McGranaghan},
title = {Go by Example},
howpublished = {Web page},
monthn = oct,
year = 2018,
url = {https://gobyexample.com}
}