Skip to content

Commit

Permalink
go: remove cgo zlib bindings
Browse files Browse the repository at this point in the history
According to golang/go#20031 (comment)
the Go zlib is now on par with the C zlib implementation in terms of
speed.
  • Loading branch information
dgryski committed Apr 29, 2017
1 parent 0507112 commit 807481b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 53 deletions.
51 changes: 0 additions & 51 deletions Go/sereal/zlib_cgo.go

This file was deleted.

2 changes: 0 additions & 2 deletions Go/sereal/zlib_purego.go
@@ -1,5 +1,3 @@
// +build !clibs

package sereal

import (
Expand Down

0 comments on commit 807481b

Please sign in to comment.