Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
b039a813
Commit
b039a813
authored
Jun 16, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat(build): fixing windows build issue, #5370
parent
46fe9a16
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
appveyor.yml
+1
-1
pkg/log/syslog_windows.go
+20
-0
No files found.
appveyor.yml
View file @
b039a813
...
@@ -14,7 +14,7 @@ install:
...
@@ -14,7 +14,7 @@ install:
-
npm install
-
npm install
-
npm install -g grunt-cli
-
npm install -g grunt-cli
# install gcc (needed for sqlite3)
# install gcc (needed for sqlite3)
-
choco install -y mingw
-
choco install -y mingw
-limitoutput
-
set PATH=C:\tools\mingw64\bin;%PATH%
-
set PATH=C:\tools\mingw64\bin;%PATH%
-
echo %PATH%
-
echo %PATH%
-
echo %GOPATH%
-
echo %GOPATH%
...
...
pkg/log/syslog_windows.go
0 → 100644
View file @
b039a813
//+build windows
package
log
import
"github.com/inconshreveable/log15"
type
SysLogHandler
struct
{
}
func
NewSyslog
()
*
SysLogHandler
{
return
&
SysLogHandler
{}
}
func
(
sw
*
SysLogHandler
)
Init
()
error
{
return
nil
}
func
(
sw
*
SysLogHandler
)
Log
(
r
*
log15
.
Record
)
error
{
return
nil
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment