30天30個Golang程序學習(一):格式化輸出

第一天:golang


package main

import (
      "fmt"
      "time"
)

func main(){
      day := time.Now().Weekday()
      fmt.Printf("Hello,%s (%d)\n",day,day)
}

若是今天是週日,它將輸出:ubuntu

Hello,Sunday (0)ide


以上程序在golang1.5.1 + ubuntu 15.10下調試經過。調試


我的微博:http://weibo.com/514860125get

相關文章
相關標籤/搜索