Skip to content

Commit

Permalink
Rakelkar/addbuildtag (#3)
Browse files Browse the repository at this point in the history
* add badge

* try to make it look like an image

* use correct markdown
  • Loading branch information
rakelkar authored Oct 13, 2017
1 parent 490f5d2 commit dd3cd37
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# gonetsh
![build status](https://ci.appveyor.com/api/projects/status/32r7s2skrgm9ubva?svg=true)

A simple set of GO functions to wrap windows netsh commands. Inspired by the netsh wrapper in kubernetes. Now also provides netroute that wraps route CRUD powershell commandlets.

## Build
`go build ./...`
`./build.ps1`

## Test
`go test ./...`
`./test.ps1`

## Integration Test
Integration tests actually runs netsh on your machine...
```$bash
go test -tags=integration -v ./netroute
go test -tags=integration -v ./netsh
```
```

0 comments on commit dd3cd37

Please sign in to comment.