Skip to content

Commit

Permalink
install goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
jinzhao committed Jan 24, 2025
1 parent 5671f84 commit 0b00941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# emacs-godev

![Build Status](https://github.com/JinWuZhao/emacs-godev/actions/workflows/docker-image.yml/badge.svg?branch=master) ![GitHub release](https://img.shields.io/github/tag/JinWuZhao/emacs-godev.svg)
![Build Status](https://github.com/JinWuZhao/emacs-godev/actions/workflows/docker-image.yml/badge.svg) ![GitHub release](https://img.shields.io/github/tag/JinWuZhao/emacs-godev.svg)

emacs docker images for Go development
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ pacman -Scc --disable-sandbox --noconfirm

go version
go install golang.org/x/tools/gopls@latest
go install golang.org/x/tools/cmd/goimports@latest
cp -f /root/go/bin/* /usr/local/bin/

rm -rf ~/.cache
Expand Down

0 comments on commit 0b00941

Please sign in to comment.