Skip to content

Commit cdbda75

Browse files
committed
doc changes; go 1.16 in Dockerfile
1 parent aff5713 commit cdbda75

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.16.14-alpine3.14 as builder
1+
FROM golang:1.16-alpine3.14 as builder
22

33
RUN apk --no-cache add build-base
44

main.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
A blazingly-fast simple-to-use tool to find duplicate files (photos, videos, music, documents etc.) on your computer,
3+
portable hard drives etc.
4+
*/
15
package main
26

37
import (

0 commit comments

Comments
 (0)