Skip to content

joshmsamuels/file-time-changer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FileTimeChanger

File Time Changer is a simple Golang application to change the time modified of any file on a system. This native-go application uses 0 external dependancies, meaning all the code that I have written only uses official go packages. Note: This project has only been tested on OSX

Motivation

Back in high school, I was having a conversation with my computer science teacher about file timestamps and he mentioned that it is possible to modify file timestamps. Fast forward to my internship in San Francisco during the summer of 2019 and while I was on my commute home thinking of a side project to write that moment popped into my head. With no other 'better' ideas and with an eagerness to improve on my golang skills I decided to use that conversation as my motivation to improve my golang skills.

Build status

TODO: After unit tests are written add project to Travis-CI

Tech stack

Language(s)

  • Golang

Note: This application is a zero-dependancy go-native project.

Build Tool(s)

  • Make

Tests

TODO: Write Tests

Command-line usage

Requirements

  • Make
  • Go

Format, build and run

make

Build and run

make run

Build-only

make build

Run-only

make run-only

Format

make fmt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published