list s3 bucket
This commit is contained in:
@@ -5,15 +5,15 @@ tmp_dir = "tmp"
|
||||
[build]
|
||||
args_bin = []
|
||||
bin = "./tmp/main"
|
||||
cmd = "go build -o ./tmp/main src/main.go"
|
||||
cmd = "go build -o ./tmp/main ./src"
|
||||
delay = 0
|
||||
exclude_dir = ["node_modules", "assets", "tmp", "vendor", "testdata"]
|
||||
exclude_dir = [ "assets", "tmp", "vendor", "testdata"]
|
||||
exclude_file = []
|
||||
exclude_regex = ["_test.go"]
|
||||
exclude_unchanged = false
|
||||
follow_symlink = false
|
||||
full_bin = ""
|
||||
include_dir = ["cmd", "views", "pkg"]
|
||||
include_dir = ["cmd", "views", "src"]
|
||||
include_ext = ["go", "html"]
|
||||
include_file = []
|
||||
kill_delay = "0s"
|
||||
|
||||
Reference in New Issue
Block a user