Skip to content

Commit

Permalink
refactor:package name in air
Browse files Browse the repository at this point in the history
  • Loading branch information
nsavinda committed Jun 20, 2024
1 parent 2523485 commit 1dc0e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .air.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

[build]
# cmd is the command to build your project.
cmd = "go build -o ./tmp/main ./serveIt"
cmd = "go build -o ./tmp/main ./servefiles"
# bin is the binary file that will be executed.
bin = "./tmp/main"
# full_bin is the full path of the binary file.
Expand Down

0 comments on commit 1dc0e1c

Please sign in to comment.