rice

personal dot files and scripts for linux and macOS
Log | Files | Refs | README | LICENSE

import (99B)


      1 # -*- mode: snippet -*-
      2 # name: import
      3 # key: import
      4 # contributor : @atotto
      5 # --
      6 import (
      7 	"$0"
      8 )