config

Personal configuration.
git clone git://code.dwrz.net/config
Log | Files | Refs

gotest-autoloads.el (1549B)


      1 ;;; gotest-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from gotest.el
     13 
     14 (autoload 'go-test-current-test-cache "gotest" "\
     15 Repeat the previous current test execution." t)
     16 (autoload 'go-test-current-test "gotest" "\
     17 Launch go test on the current test.
     18 
     19 (fn &optional LAST)" t)
     20 (autoload 'go-test-current-file "gotest" "\
     21 Launch go test on the current buffer file." t)
     22 (autoload 'go-test-current-project "gotest" "\
     23 Launch go test on the current project." t)
     24 (autoload 'go-test-current-benchmark "gotest" "\
     25 Launch go benchmark on current benchmark." t)
     26 (autoload 'go-test-current-file-benchmarks "gotest" "\
     27 Launch go benchmark on current file benchmarks." t)
     28 (autoload 'go-test-current-project-benchmarks "gotest" "\
     29 Launch go benchmark on current project." t)
     30 (autoload 'go-test-current-coverage "gotest" "\
     31 Launch go test coverage on the current project." t)
     32 (autoload 'go-run "gotest" "\
     33 Launch go run on current buffer file.
     34 
     35 (fn &optional ARGS)" t)
     36 (register-definition-prefixes "gotest" '("go-"))
     37 
     38 
     39 ;;; End of scraped data
     40 
     41 (provide 'gotest-autoloads)
     42 
     43 ;; Local Variables:
     44 ;; version-control: never
     45 ;; no-byte-compile: t
     46 ;; no-update-autoloads: t
     47 ;; no-native-compile: t
     48 ;; coding: utf-8-emacs-unix
     49 ;; End:
     50 
     51 ;;; gotest-autoloads.el ends here