-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
50: Feature/print graph r=48d90782 a=48d90782 resolves #49 At the moment Windows is not supported for this feature, because there is no GCC on Windows. But, it is possible (and I tested this scenario) to use this feature on Windows. Steps: 1. Copy PrintGraph function from print_graph.go file to the print_graph_windows.go. 2. Install https://jmeubank.github.io/tdm-gcc/ (GCC for windows). At the moment we can't pack `tdm-gcc` with Endure to support windows, unfortunately. 3. Enjoy :) OR 1. Use WSL2 In the near future, I'll provide a cross-platform solution. Co-authored-by: Valery Piashchynski <piashchynski_valery@hotmail.com>
- Loading branch information
Showing
42 changed files
with
167 additions
and
399 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Created by .ignore support plugin (hsz.mobi) | ||
examples_bolt_db |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,13 @@ | ||
module github.com/spiral/endure/examples/db_http_logger | ||
|
||
go 1.14 | ||
go 1.15 | ||
|
||
require ( | ||
github.com/NYTimes/gziphandler v1.1.1 | ||
github.com/gorilla/mux v1.7.4 | ||
github.com/rs/cors v1.7.0 | ||
github.com/spiral/endure v1.0.0-beta6 | ||
github.com/spiral/endure v1.0.0-beta9 | ||
go.etcd.io/bbolt v1.3.5 | ||
) | ||
|
||
replace github.com/spiral/endure v1.0.0-beta9 => /home/valery/Projects/opensource/spiral/endure |
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.