trim out some marginal ideas for now

This commit is contained in:
Mark McGranaghan 2012-11-01 08:51:28 -07:00
parent 0ddeb7bac7
commit 8da7528566
2 changed files with 1 additions and 15 deletions

View File

@ -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

View File

@ -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?