mirror of
https://github.com/tinygo-org/net.git
synced 2026-08-15 17:03:39 +00:00
Add support for net.IP
This commit is contained in:
committed by
deadprogram
parent
5ad867442b
commit
9432cd8adb
@@ -0,0 +1,9 @@
|
||||
// The following is copied from Go 1.16 official implementation.
|
||||
|
||||
// Copyright 2011 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
package net
|
||||
|
||||
const hexDigit = "0123456789abcdef"
|
||||
Reference in New Issue
Block a user