Skip to content

Commit 7efaeba

Browse files
Initial content for the tour (ardanlabs#10)
1 parent c2c58db commit 7efaeba

File tree

350 files changed

+16138
-4186
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

350 files changed

+16138
-4186
lines changed

.air.toml

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
root = "."
2+
testdata_dir = "testdata"
3+
tmp_dir = "tmp"
4+
5+
[build]
6+
args_bin = ["-openbrowser=false"]
7+
bin = "./tmp/main"
8+
cmd = "go build -o ./tmp/main cmd/tour/main.go"
9+
delay = 0
10+
exclude_dir = ["assets", "tmp", "vendor", "testdata"]
11+
exclude_file = []
12+
exclude_regex = ["_test.go"]
13+
exclude_unchanged = false
14+
follow_symlink = false
15+
full_bin = ""
16+
include_dir = []
17+
include_ext = ["go", "js", "article", "html"]
18+
include_file = []
19+
kill_delay = "2s"
20+
log = "build-errors.log"
21+
poll = false
22+
poll_interval = 0
23+
rerun = true
24+
rerun_delay = 30000
25+
send_interrupt = false
26+
stop_on_error = false
27+
28+
[color]
29+
app = ""
30+
build = "yellow"
31+
main = "magenta"
32+
runner = "green"
33+
watcher = "cyan"
34+
35+
[log]
36+
main_only = false
37+
time = false
38+
39+
[misc]
40+
clean_on_exit = false
41+
42+
[screen]
43+
clear_on_rebuild = true
44+
keep_scroll = true

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@
1313

1414
# Dependency directories (remove the comment below to include it)
1515
# vendor/
16+
tmp/build-errors.log
17+
tmp/main

_content/images/go-logo-white.svg

+84-1
Loading

0 commit comments

Comments
 (0)