nftable-migration
1# -*- mode: snippet -*-
2# name: func Test...() { ... }
3# --
4func Test${1:Name}(${2:t *testing.T}) {
5	`%`$0
6}