Skip to content

Commit

Permalink
go-ipfs-config: remove version.go
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Jul 23, 2018
1 parent e5db506 commit 914270d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
4 changes: 1 addition & 3 deletions config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ func Init(out io.Writer, nBitsForKeypair int) (*Config, error) {

conf := &Config{
API: API{
HTTPHeaders: map[string][]string{
"Server": {"go-ipfs/" + CurrentVersionNumber},
},
HTTPHeaders: map[string][]string{},
},

// setup the node's default addresses.
Expand Down
9 changes: 0 additions & 9 deletions config/version.go

This file was deleted.

0 comments on commit 914270d

Please sign in to comment.