MCPcopy Index your code
hub / github.com/djherbis/atime

github.com/djherbis/atime @v1.1.0

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.1.0 ↗ · + Follow
25 symbols 43 edges 13 files 2 documented · 8% 6 cross-repo links
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

atime

GoDoc Release Software License Build Status Coverage Status Go Report Card Sourcegraph

Usage

File Access Times for #golang

Looking for ctime or btime? Checkout https://github.com/djherbis/times

Go has a hidden atime function for most platforms, this repo makes it accessible.

package main

import (
  "log"

  "github.com/djherbis/atime"
)

func main() {
  at, err := atime.Stat("myfile")
  if err != nil {
    log.Fatal(err.Error())
  }
  log.Println(at)
}

Installation

go get github.com/djherbis/atime

Core symbols most depended-on inside this repo

atime
called by 2
atime_nacl.go
Stat
called by 2
stat.go
timespecToTime
called by 1
atime_nacl.go
timespecToTime
called by 1
atime_dragonfly.go
timespecToTime
called by 1
atime_openbsd.go
timespecToTime
called by 1
atime_linux.go
timespecToTime
called by 1
atime_darwin.go
timespecToTime
called by 1
atime_netbsd.go

Shape

Function 25

Languages

Go100%

Modules by API surface

atime_test.go3 symbols
stat.go2 symbols
atime_wasm.go2 symbols
atime_solaris.go2 symbols
atime_openbsd.go2 symbols
atime_netbsd.go2 symbols
atime_nacl.go2 symbols
atime_linux.go2 symbols
atime_freebsd.go2 symbols
atime_dragonfly.go2 symbols
atime_darwin.go2 symbols
atime_windows.go1 symbols

For agents

$ claude mcp add atime \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page