update inbox list
This commit is contained in:
9
vendor/scrivo/highlight.php/test/markup/go/functions.txt
vendored
Normal file
9
vendor/scrivo/highlight.php/test/markup/go/functions.txt
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
func name()
|
||||
|
||||
func name(int32, *somePointer)(string)
|
||||
|
||||
map[string]func(int32, string)
|
||||
|
||||
func name (x int32) int32 {
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user