Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
Remove decent from the build
Browse files Browse the repository at this point in the history
See #3808
  • Loading branch information
aboodman committed Apr 4, 2019
1 parent 9789ada commit 2fb93e8
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 3 deletions.
5 changes: 4 additions & 1 deletion samples/go/decent/ipfs-chat/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -21,7 +24,7 @@ import (
"github.com/attic-labs/noms/samples/go/decent/lib"
"github.com/ipfs/go-ipfs/core"
"github.com/jroimartin/gocui"
"gopkg.in/alecthomas/kingpin.v2"
kingpin "gopkg.in/alecthomas/kingpin.v2"
)

func main() {
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/datapager.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/event.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/importer.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/logger.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/model.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/model_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
5 changes: 4 additions & 1 deletion samples/go/decent/lib/pubsub.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -13,7 +16,7 @@ import (
"github.com/attic-labs/noms/go/hash"
"github.com/attic-labs/noms/samples/go/decent/dbg"
"github.com/ipfs/go-ipfs/core"
"github.com/jbenet/go-base58"
"github.com/mr-tron/base58/base58"
)

var (
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/term_index.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/term_index_test.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
3 changes: 3 additions & 0 deletions samples/go/decent/lib/termui.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand Down
5 changes: 4 additions & 1 deletion samples/go/decent/p2p-chat/main.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
// See: https://github.com/attic-labs/noms/issues/3808
// +build ignore

// Copyright 2017 Attic Labs, Inc. All rights reserved.
// Licensed under the Apache License, version 2.0:
// http://www.apache.org/licenses/LICENSE-2.0
Expand All @@ -22,7 +25,7 @@ import (
"github.com/attic-labs/noms/samples/go/decent/dbg"
"github.com/attic-labs/noms/samples/go/decent/lib"
"github.com/jroimartin/gocui"
"gopkg.in/alecthomas/kingpin.v2"
kingpin "gopkg.in/alecthomas/kingpin.v2"
)

func main() {
Expand Down

0 comments on commit 2fb93e8

Please sign in to comment.