gravityblast / fresh

Build and (re)start go web apps after saving/creating/deleting source files.
MIT License
3.78k stars 381 forks source link

Support main package not in root #108

Open phanletrunghieu opened 4 years ago

phanletrunghieu commented 4 years ago

What does this PR do?

Description

With projects have main.go is not in root. Fresh needs to watch files in root & build main_package

Example config:

    root:                       .
    main_package:      .
    ......
brhamidi commented 4 years ago

What is the status of this MR ? this is exactly what i want! The fresh project is still being maintained?

phanletrunghieu commented 4 years ago

@brhamidi I created this MR to contribute to this project in order to other gophers can use (if it's necessary). Accepting this MR is belong to this project's owner.

I only use my fork.