nftable-migration
1# -*- mode: snippet -*-
2# name: if err != nil { ... }
3# --
4if err != nil {
5	`%`$0
6}