Skip to content

Commit

Permalink
cmd: fmt the main.go, add cmd.go for placeholder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Zhong committed Sep 14, 2017
1 parent cdc8f25 commit fceb4d6
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions cmd/cmd.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
// Copyright (C) 2017 go-nebulas authors
//
// This file is part of the go-nebulas library.
//
// the go-nebulas library is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
//
// the go-nebulas library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with the go-nebulas library. If not, see <http://www.gnu.org/licenses/>.
//

package cmd
2 changes: 1 addition & 1 deletion cmd/neb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ import (
"syscall"
"time"

"github.com/nebulasio/go-nebulas/core"
"github.com/nebulasio/go-nebulas/consensus/pow"
"github.com/nebulasio/go-nebulas/core"
"github.com/nebulasio/go-nebulas/net"
"github.com/nebulasio/go-nebulas/net/messages"

Expand Down

0 comments on commit fceb4d6

Please sign in to comment.