Skip to content

Commit

Permalink
Using build_once_cmd for Go example
Browse files Browse the repository at this point in the history
  • Loading branch information
igor-petruk committed Nov 2, 2019
1 parent 45ccfa3 commit 1b2ef0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/templates/go.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ package main

// scriptisto-begin
// script_src: main.go
// build_once_cmd: go get github.com/fatih/color
// build_cmd: go build -o script
// replace_shebang_with: //
// scriptisto-end

// Please run "go get" for this package.
import "github.com/fatih/color"

func main() {
Expand Down

0 comments on commit 1b2ef0a

Please sign in to comment.