forked from mirror/websocket
Do not build files in echo example
This commit is contained in:
parent
d051d29231
commit
13e4d0621c
|
@ -1,7 +1,9 @@
|
||||||
// Copyright 2013 The Gorilla WebSocket Authors. All rights reserved.
|
// Copyright 2015 The Gorilla WebSocket Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// +build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
// Copyright 2013 The Gorilla WebSocket Authors. All rights reserved.
|
// Copyright 2015 The Gorilla WebSocket Authors. All rights reserved.
|
||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// +build ignore
|
||||||
|
|
||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue