Skip to content

Commit 6ce432d

Browse files
committed
Release v1.0.2:tada:
1 parent cc0d286 commit 6ce432d

File tree

6 files changed

+2
-3
lines changed

6 files changed

+2
-3
lines changed

air.conf.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ exclude_dir = ["assets", "tmp", "vendor", "frontend/node_modules"]
1414
delay = 800 # ms
1515

1616
[log]
17-
time=true
17+
time = true
1818

1919
[color]
2020
main = "magenta"

bin/darwin/air

49.4 KB
Binary file not shown.

bin/linux/air

51.8 KB
Binary file not shown.

bin/windows/air.exe

23.5 KB
Binary file not shown.

runner/logger.go

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ func newLogFunc(nameColor string, cfg cfgLog) logFunc {
4343
if msg[len(msg)-1:] != "\n" {
4444
msg = msg + "\n"
4545
}
46-
4746
if cfg.AddTime {
4847
t := time.Now().Format("15:04:05.000")
4948
msg = fmt.Sprintf("[%s] %s", t, msg)

version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const version = "1.0.1"
3+
const version = "1.0.2"

0 commit comments

Comments
 (0)