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-min-two.go
blob: 29f8d4852cc59706ae84fad17b6658fe7bb2c714 (
plain
)
1
2
3
4
5
6
func
min
(
a
,
b
{{
_input_
:
type
}})
{{
_input_
:
type
}}
{
if
a
<
b
{
return
a
}
return
b
}