diff --git a/data/repos/src/hello/main - 副本 (10).go b/data/repos/src/hello/main - 副本 (10).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (10).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (11).go b/data/repos/src/hello/main - 副本 (11).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (11).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (12).go b/data/repos/src/hello/main - 副本 (12).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (12).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (2).go b/data/repos/src/hello/main - 副本 (2).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (2).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (3).go b/data/repos/src/hello/main - 副本 (3).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (3).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (4).go b/data/repos/src/hello/main - 副本 (4).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (4).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (5).go b/data/repos/src/hello/main - 副本 (5).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (5).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (6).go b/data/repos/src/hello/main - 副本 (6).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (6).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (7).go b/data/repos/src/hello/main - 副本 (7).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (7).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (8).go b/data/repos/src/hello/main - 副本 (8).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (8).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本 (9).go b/data/repos/src/hello/main - 副本 (9).go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本 (9).go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/data/repos/src/hello/main - 副本.go b/data/repos/src/hello/main - 副本.go new file mode 100644 index 0000000..ae3e566 --- /dev/null +++ b/data/repos/src/hello/main - 副本.go @@ -0,0 +1,9 @@ +package main + +import ( + "fmt" +) + +func main() { + fmt.Println("Hello, 世界")1 +} diff --git a/static/css/base.css b/static/css/base.css index 9630131..256000d 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -86,9 +86,17 @@ ul { } /* start tabs */ +.tabs { + height: 20px; + overflow: hidden; + width: 97%; +} + .tabs > div { background-color: #FFF; float: left; + border-left: 1px solid #DDD; + padding: 2px 5px; } .tabs > div.current {