Last active
April 12, 2020 11:53
-
-
Save presmihaylov/7e5722cc336211f50827dd1b947533e7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package httpfx | |
// imports | |
// Module provided to fx | |
var Module = fx.Options( | |
fx.Provide(http.NewServeMux), | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment