Skip to content

Commit e2d732d

Browse files
committed
test
1 parent acf612c commit e2d732d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

test.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
package main
2+
3+
import "fmt"
4+
5+
func main() {
6+
fmt.Println("vim-go")
7+
fmt
8+
}

test.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
$arr = array_filter($arr);
55
print_r($arr);
66

7+
echo "fsfsfs";
78

8-
// test iPad
9+
// test iPad

0 commit comments

Comments
 (0)