trim out some marginal ideas for now
This commit is contained in:
parent
0ddeb7bac7
commit
8da7528566
@ -41,14 +41,12 @@ Sorting
|
||||
Sorting by Functions
|
||||
Panic
|
||||
Defer
|
||||
# Recover
|
||||
Collection Functions
|
||||
String Functions
|
||||
String Formatting
|
||||
Regular Expressions
|
||||
# Bytes
|
||||
Bytes
|
||||
# JSON
|
||||
# Protocol Buffers
|
||||
Time
|
||||
Epoch
|
||||
# Time Parsing / Formatting
|
||||
|
@ -1,12 +0,0 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
arr := []byte("some bytes")
|
||||
str := string([]byte{'s', 't', 'r', 'i', 'n', 'g'})
|
||||
fmt.Println(arr)
|
||||
fmt.Println(str)
|
||||
}
|
||||
|
||||
// todo: bytes package?
|
Loading…
x
Reference in New Issue
Block a user