Skip to content

Commit

Permalink
goreleaser
Browse files Browse the repository at this point in the history
  • Loading branch information
klauern committed Sep 23, 2017
1 parent 7c2d400 commit e5502f3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
builds:
- binary: remy
goos:
- windows
- darwin
- linux
goarch:
- amd64
1 change: 1 addition & 0 deletions wls/applications.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func (a *Application) GoString() string {
// Applications returns all applications deployed in the domain and their run-time information, including the application type and their state and health.
// - isfullFormat specifies whether to request the FULL format for an Application. Much more data is brought back for
// each of the subytpes within an Application. By default, this is false.
//
// This function returns a listing of []Application's on the specified AdminServer, or an error denoting any issues
// making the callout.
func (a *AdminServer) Applications(isFullFormat bool) ([]Application, error) {
Expand Down

0 comments on commit e5502f3

Please sign in to comment.