1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2025-05-24 12:32:21 +00:00

images: 删除未使用的文件

This commit is contained in:
chai2010 2018-08-14 20:57:45 +08:00
parent 18a4a72f9c
commit d9ed476100
2 changed files with 0 additions and 26 deletions

View File

@ -1,26 +0,0 @@
digraph G {
ranksep = .75; size = "7.5,7.5";
rankdir="LR";
node [shape=plaintext];
{
1970, 1972; 1985; 1989; 1992; 1995; 2007;
"B";
}
{
node [shape=circle];
"Go";
}
{ rank = same; "1970"; "B"; }
{ rank = same; "1972"; "C"; }
{ rank = same; "1985"; "Squeak"; }
{ rank = same; "1989"; "NewSqueak"; }
{ rank = same; "1992"; "Alef"; }
{ rank = same; "1995"; "Limbo"; }
{ rank = same; "2007"; "Go"; }
"B" -> "C" -> "Squeak" -> "NewSqueak" -> "Alef" -> "Limbo" -> "Go";
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB