k3s/vendor/github.com/canonical/go-dqlite/.dir-locals.el

9 lines
255 B
EmacsLisp
Raw Normal View History

2019-11-08 21:45:10 +00:00
;;; Directory Local Variables
;;; For more information see (info "(emacs) Directory Variables")
((go-mode
. ((go-test-args . "-tags libsqlite3 -timeout 10s")
(eval
. (set
(make-local-variable 'flycheck-go-build-tags)
'("libsqlite3"))))))