index
:
vim-sonictemplate.git
gh-pages
master
perl_suppoert-utf8-pipe
placeholder
forked from https://github.com/mattn/vim-sonictemplate
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
template
/
go
/
snip-max-two.go
blob: 3fc716cc93fcd29f58f986704166f7d1d4364edf (
plain
)
1
2
3
4
5
6
func
max
(
a
,
b
{{
_input_
:
type
}})
{{
_input_
:
type
}}
{
if
a
>
b
{
return
a
}
return
b
}